HomeSort by relevance Sort by last modified time
    Searched defs:TextureFormat (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/egl/main/
eglsurface.h 61 EGLenum TextureFormat;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 349 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 239 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */
  /external/deqp/framework/common/
tcuTexture.hpp 40 class TextureFormat
122 TextureFormat (ChannelOrder order_, ChannelType type_)
128 TextureFormat (void)
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::ChannelOrder order)
    [all...]

Completed in 456 milliseconds