Searched refs:destFormat (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.h33 // source is interpreted as RGBA and destFormat specifies the desired result format. For example, if destFormat = GL_RGB, the alpha channel will be forced to 0.
34 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
48 bool setFormatConvertShaders(GLenum destFormat);
H A DBlit.cpp290 bool Blit::formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest) argument
308 if (setFormatConvertShaders(destFormat))
320 bool Blit::setFormatConvertShaders(GLenum destFormat) argument
324 switch (destFormat)
351 switch (destFormat)

Completed in 2730 milliseconds