Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/
H A DegluNativePixmap.cpp58 void NativePixmap::readPixels(tcu::TextureLevel *) in readPixels()
/aosp_15_r20/external/deqp/framework/common/
H A 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
H A DtcuTexture.hpp501 class TextureLevel class
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h2583 GLuint TextureLevel; /**< Attached mipmap level. */ member