Home
last modified time | relevance | path

Searched defs:TextureInfo (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp41 struct TextureInfo struct in glcts::GeometryShaderLayeredRenderingBoundaryCondition
43 glw::GLint m_depth;
44 glw::GLenum m_draw_buffer;
45 glw::GLuint m_id;
46 glw::GLenum m_texture_target;
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProxyProvider.h169 struct TextureInfo { struct
170 skgpu::Mipmapped fMipmapped;
171 GrTextureType fTextureType;
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTextureInfo.cpp14 TextureInfo::TextureInfo(){}; in TextureInfo() function in skgpu::graphite::TextureInfo
23 TextureInfo::TextureInfo(const TextureInfo& that) in TextureInfo() function in skgpu::graphite::TextureInfo
H A DSharedContext.h31 class TextureInfo; variable
H A DScratchResourceManager.h23 class TextureInfo; variable
H A DResourceProvider.h48 class TextureInfo; variable
H A DCaps.h47 class TextureInfo; variable
/aosp_15_r20/external/skia/include/gpu/graphite/
H A DImage.h26 class TextureInfo; variable
H A DRecording.h32 class TextureInfo; variable
H A DTextureInfo.h58 TextureInfo(BackendApi backend, in TextureInfo() function
H A DRecorder.h55 class TextureInfo; variable
/aosp_15_r20/external/skia/include/gpu/graphite/dawn/
H A DDawnTypes.h19 class TextureInfo; variable
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphicsPipeline.h33 class TextureInfo; variable
/aosp_15_r20/external/skia/tests/graphite/
H A DReadWritePixelsGraphiteTest.cpp531 using TextureInfo = skgpu::graphite::TextureInfo; in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() typedef