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
105 TextureFormat (ChannelOrder order_, ChannelType type_) function in class:tcu::TextureFormat
111 TextureFormat (void) function in class:tcu::TextureFormat
119 bool operator== (const TextureFormat& other) const { return !(*this != other); }
120 bool operator!= (const TextureFormat& other) const
149 const TextureSwizzle& getChannelReadSwizzle (TextureFormat::ChannelOrder order);
152 const TextureSwizzle& getChannelWriteSwizzle (TextureFormat::ChannelOrder order);
283 IVec3 calculatePackedPitch (const TextureFormat& format, const IVec3& size);
302 ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data);
303 ConstPixelBufferAccess (const TextureFormat
[all...]

Completed in 321 milliseconds