Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
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;
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h44 bool isRenderable(const TextureInfo&) const override { return false; } in isRenderable()
47 const TextureInfo&, in buildKeyForTexture()
95 const ColorTypeInfo* getColorTypeInfo(SkColorType, const TextureInfo&) const override { in getColorTypeInfo()
99 bool onIsTexturable(const TextureInfo&) const override { return false; } in onIsTexturable()
101 bool supportsWritePixels(const TextureInfo&) const override { return false; } in supportsWritePixels()
102 bool supportsReadPixels(const TextureInfo&) const override { return false; } in supportsReadPixels()
DVulkanResourceProvider.cpp47 sk_sp<Texture> VulkanResourceProvider::createTexture(SkISize, const TextureInfo&, skgpu::Budgeted) { in createTexture()
64 const TextureInfo&) { in onCreateBackendTexture()
/external/skia/include/gpu/graphite/
DTextureInfo.h29 TextureInfo() {} in TextureInfo() function
31 TextureInfo(const DawnTextureInfo& dawnInfo) in TextureInfo() function
41 TextureInfo(const MtlTextureInfo& mtlInfo) in TextureInfo() function
51 TextureInfo(const VulkanTextureInfo& vkInfo) in TextureInfo() function
DRecording.h26 class TextureInfo; variable
DRecorder.h49 class TextureInfo; variable
/external/skia/src/gpu/ganesh/
DGrProxyProvider.h151 struct TextureInfo { struct
152 GrMipmapped fMipmapped;
153 GrTextureType fTextureType;
/external/skia/src/gpu/graphite/
DSharedContext.h30 class TextureInfo; variable
DResourceProvider.h45 class TextureInfo; variable
DCaps.h34 class TextureInfo; variable
/external/skia/include/core/
DSkImage.h68 class TextureInfo; variable
/external/skia/tests/graphite/
DReadWritePixelsGraphiteTest.cpp518 using TextureInfo = skgpu::graphite::TextureInfo; in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() typedef