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

/external/deqp/framework/common/
H A DtcuTexture.cpp555 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level)
576 PixelBufferAccess::PixelBufferAccess (TextureLevel& level)
1816 TextureLevel::TextureLevel (void) function in class:tcu::TextureLevel
1824 TextureLevel::TextureLevel (const TextureFormat& format) function in class:tcu::TextureLevel
1832 TextureLevel::TextureLevel (const TextureFormat& format, int width, int height, int depth) function in class:tcu::TextureLevel
1841 TextureLevel::~TextureLevel (voi
[all...]
H A DtcuTexture.hpp231 class TextureLevel;
247 ConstPixelBufferAccess (const TextureLevel& level);
305 PixelBufferAccess (TextureLevel& level);
327 class TextureLevel class in namespace:tcu
330 TextureLevel (void);
331 TextureLevel (const TextureFormat& format);
332 TextureLevel (const TextureFormat& format, int width, int height, int depth = 1);
333 ~TextureLevel (void);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2651 GLuint TextureLevel; /**< Attached mipmap level. */ member in struct:gl_renderbuffer_attachment
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2651 GLuint TextureLevel; /**< Attached mipmap level. */ member in struct:gl_renderbuffer_attachment

Completed in 146 milliseconds