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

/external/mesa3d/src/egl/main/
H A Deglsurface.h56 EGLenum TextureFormat; member in struct:_egl_surface
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h346 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h239 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
/external/deqp/framework/common/
H A DtcuTexture.hpp40 class TextureFormat class in namespace:tcu
119 TextureFormat (ChannelOrder order_, ChannelType type_) function in class:tcu::TextureFormat
125 TextureFormat (void) function in class:tcu::TextureFormat
133 bool operator== (const TextureFormat& other) const { return !(*this != other); }
134 bool operator!= (const TextureFormat& other) const
140 bool isValid (TextureFormat format);
141 int getPixelSize (TextureFormat format);
166 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
169 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
301 IVec3 calculatePackedPitch (const TextureFormat
[all...]

Completed in 192 milliseconds