Searched defs:TextureLevel (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp872 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level)
900 PixelBufferAccess::PixelBufferAccess (TextureLevel& level)
2068 TextureLevel::TextureLevel (void) function in class:tcu::TextureLevel
2074 TextureLevel::TextureLevel (const TextureFormat& format) function in class:tcu::TextureLevel
2080 TextureLevel::TextureLevel (const TextureFormat& format, int width, int height, int depth) function in class:tcu::TextureLevel
2087 TextureLevel::~TextureLevel (voi
[all...]
H A DtcuTexture.hpp303 class TextureLevel;
319 ConstPixelBufferAccess (const TextureLevel& level);
379 PixelBufferAccess (TextureLevel& level);
403 class TextureLevel class in namespace:tcu
406 TextureLevel (void);
407 TextureLevel (const TextureFormat& format);
408 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
409 ~TextureLevel (void);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2651 GLuint TextureLevel; /**< Attached mipmap level. */ member in struct:gl_renderbuffer_attachment

Completed in 65 milliseconds