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

/external/mesa3d/src/egl/main/
H A Deglsurface.h61 EGLenum TextureFormat; member in struct:_egl_surface
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h349 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
122 TextureFormat (ChannelOrder order_, ChannelType type_) function in class:tcu::TextureFormat
128 TextureFormat (void) function in class:tcu::TextureFormat
136 bool operator== (const TextureFormat& other) const { return !(*this != other); }
137 bool operator!= (const TextureFormat& other) const
143 bool isValid (TextureFormat format);
144 int getPixelSize (TextureFormat format);
145 int getNumUsedChannels (TextureFormat::ChannelOrder order);
146 int getChannelSize (TextureFormat::ChannelType type);
171 const TextureSwizzle& getChannelReadSwizzle (TextureFormat
[all...]

Completed in 219 milliseconds