Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativePixmap.cpp58 void NativePixmap::readPixels(tcu::TextureLevel *) in readPixels()
/external/deqp/framework/common/
DtcuTexture.cpp3007 TextureLevel::TextureLevel(void) : m_format(), m_size(0) in TextureLevel() function in tcu::TextureLevel
3011 TextureLevel::TextureLevel(const TextureFormat &format) : m_format(format), m_size(0) in TextureLevel() function in tcu::TextureLevel
3015 TextureLevel::TextureLevel(const TextureFormat &format, int width, int height, int depth) : m_forma… in TextureLevel() function in tcu::TextureLevel
DtcuTexture.hpp501 class TextureLevel class
/external/mesa3d/src/mesa/main/
Dmtypes.h2599 GLuint TextureLevel; /**< Attached mipmap level. */ member