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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h57 struct TextureFormat struct in namespace:rx::d3d9
59 TextureFormat();
68 const TextureFormat &GetTextureFormatInfo(GLenum internalFormat);
H A Dformatutils9.cpp191 typedef std::pair<GLenum, TextureFormat> D3D9FormatPair;
192 typedef std::map<GLenum, TextureFormat> D3D9FormatMap;
194 TextureFormat::TextureFormat() function in class:rx::d3d9::TextureFormat
205 TextureFormat info;
282 const TextureFormat &GetTextureFormatInfo(GLenum internalFormat)
292 static const TextureFormat defaultInfo;
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc32 uint32_t TextureFormat() { function in namespace:mojo::__anon8820
121 TextureFormat(),
221 TextureFormat(),
225 TextureFormat(),
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h49 struct TextureFormat struct in namespace:rx::d3d11
51 TextureFormat();
68 const TextureFormat &GetTextureFormatInfo(GLenum internalFormat);
H A Dformatutils11.cpp614 typedef std::map<GLenum, TextureFormat> D3D11ES3FormatMap;
616 TextureFormat::TextureFormat() function in class:rx::d3d11::TextureFormat
633 TextureFormat info;
849 const TextureFormat &GetTextureFormatInfo(GLenum internalFormat)
859 static const TextureFormat defaultInfo;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.h56 EGLenum TextureFormat; member in struct:_egl_surface
/external/chromium_org/ui/gl/
H A Dgl_image_memory.cc30 GLenum TextureFormat(unsigned internalformat) { function in namespace:gfx::__anon16928
43 return TextureFormat(internalformat);
154 TextureFormat(internalformat_),
219 TextureFormat(internalformat_),
262 TextureFormat(internalformat_),
H A Dgl_image_glx.cc36 int TextureFormat(unsigned internalformat) { function in namespace:gfx::__anon16927
154 TextureFormat(internalformat_), 0};
/external/mesa3d/src/egl/main/
H A Deglsurface.h56 EGLenum TextureFormat; member in struct:_egl_surface
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h239 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.hpp39 class TextureFormat class in namespace:tcu
100 TextureFormat (ChannelOrder order_, ChannelType type_) function in class:tcu::TextureFormat
106 TextureFormat (void) function in class:tcu::TextureFormat
114 bool operator== (const TextureFormat& other) const { return !(*this != other); }
115 bool operator!= (const TextureFormat& other) const
248 ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data);
249 ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data);
251 const TextureFormat& getFormat (void) const { return m_format; }
283 TextureFormat m_format;
306 PixelBufferAccess (const TextureFormat
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h227 U032 TextureFormat; member in struct:__anon29574
254 U032 TextureFormat; member in struct:__anon29575

Completed in 1898 milliseconds