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 56 EGLenum TextureFormat;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 346 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
119 TextureFormat (ChannelOrder order_, ChannelType type_)
125 TextureFormat (void)
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& format, const IVec3& size)
    [all...]

Completed in 2054 milliseconds