Home
last modified time | relevance | path

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

/external/deqp/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 …]
/external/angle/src/libANGLE/renderer/
DTextureImpl.h34 class TextureState; variable
/external/mesa3d/src/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h680 struct TextureState { struct
686 TextureState m_tex; argument
/external/angle/src/libANGLE/
DTexture.cpp123 TextureState::TextureState(TextureType type) in TextureState() function in gl::TextureState