Home
last modified time | relevance | path

Searched defs:TextureState (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.hpp48 struct TextureState struct
50 GLint width;
51 GLint height;
52 GLint depth;
53 GLint levels;
54 GLint samples;
55 tcu::TextureFormat format;
57 GLint minDepth;
59 GLint pageSizeX;
60 GLint pageSizeY;
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DTextureImpl.h34 class TextureState; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h48 enum class TextureState { OwnedInternal, OwnedExternal, Destroyed }; enum
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp86 struct TextureState struct
88 TexGen texGenActive : BITS(TEXGEN_LAST);
89 unsigned char textureTransformCountActive : 3;
90 unsigned char texCoordIndexActive : 3;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp136 TextureState::TextureState(TextureType type) in TextureState() function in gl::TextureState