Home
last modified time | relevance | path

Searched defs:Texture (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/src/Device/
H A DSampler.hpp41 struct Texture struct
43 Mipmap mipmap[MIPMAP_LEVELS];
45 float4 widthWidthHeightHeight;
46 float4 width;
47 float4 height;
48 float4 depth;
/aosp_15_r20/hardware/google/aemu/snapshot/include/snapshot/
DTextureSaver.h81 struct Texture { struct
82 uint32_t texId;
83 int64_t filePos;
/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h52 struct Texture { struct
60 Texture texture; argument
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboUtil.hpp234 struct Texture : public Image struct
236 Texture(void) : numLevels(1) in Texture() function
240 glw::GLint numLevels;
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java25 public class Texture extends AllocationGuard { class
32 public Texture() { in Texture() method in Texture
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/
H A DTexture.cpp22 Texture::Texture() in Texture() function in android::renderengine::Texture
25 Texture::Texture(Target textureTarget, uint32_t textureName) in Texture() function in android::renderengine::Texture
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.cpp84 Texture::Texture(const ImageType imageType, const tcu::IVec3 &imageLayerSize, const int layers, con… in Texture() function in vkt::image::Texture
95 Texture::Texture(const Texture &other, const int samples) in Texture() function in vkt::image::Texture
H A DvktImageTexture.hpp35 class Texture class
/aosp_15_r20/external/angle/src/common/
H A Dpacked_gl_enums.json25 "Texture": "GL_TEXTURE_BUFFER", string
108 "Texture": "GL_TEXTURE" string
193 "Texture": "GL_TEXTURE" string
H A DPackedGLEnums_autogen.h58 Texture = 10, enumerator
326 Texture = 2, enumerator
556 Texture = 3, enumerator
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DCompressedTextureLoader.java37 public static class Texture { class in CompressedTextureLoader
38 public Texture(int width, int height, int internalformat, ByteBuffer data, in Texture() method in CompressedTextureLoader.Texture
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dinstantiate-property-access.mm14 @interface Texture interface
/aosp_15_r20/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DTexture.java38 public interface Texture { interface
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTexture.java38 public interface Texture { interface
/aosp_15_r20/external/angle/src/libANGLE/
H A Dqueryutils.h31 class Texture; variable
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTexture.cpp19 Texture::Texture(const SharedContext* sharedContext, in Texture() function in skgpu::graphite::Texture
H A DTextureProxy.h26 class Texture; variable
H A DScratchResourceManager.h22 class Texture; variable
H A DResourceProvider.h47 class Texture; variable
H A DDrawPass.h38 class Texture; variable
H A DResourceCache.h38 class Texture; variable
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DTask.h22 class Texture; variable
H A DCopyTask.h18 class Texture; variable
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DRecording.h31 class Texture; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.h21 class Texture; variable

12345