HomeSort by relevance Sort by last modified time
    Searched refs:GL_BGRA (Results 26 - 50 of 72) sorted by null

12 3

  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 95 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
123 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
151 if (format == GL_LUMINANCE || format == GL_LUMINANCE_ALPHA || format == GL_ALPHA || format == GL_BGRA)
315 if (texFormat == GL_LUMINANCE || texFormat == GL_LUMINANCE_ALPHA || texFormat == GL_ALPHA || texFormat == GL_BGRA)
469 const bool isUnsizedColorFormat = (format == GL_BGRA);
665 if (m_texFormat == GL_BGRA && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888"))
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.c 240 format == GL_BGRA &&
246 format == GL_BGRA &&
debug.c 571 else if (format == GL_BGRA && type == GL_UNSIGNED_BYTE) {
texformat.c 910 /* GL_BGRA can be an internal format *only* in OpenGL ES (1.x or 2.0).
914 case GL_BGRA:
varray.c 194 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and
199 size == GL_BGRA) {
211 _mesa_error(ctx, GL_INVALID_VALUE, "%s(GL_BGRA/GLubyte)", func);
214 format = GL_BGRA;
    [all...]
texstore.c 109 case GL_BGRA:
247 case GL_BGRA: return IDX_BGRA;
674 * is GL_BGRA and X = red, map[0] yields 2.
    [all...]
teximage.c 139 /* GL_BGRA can be an internal format *only* in OpenGL ES (1.x or 2.0).
143 case GL_BGRA:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 748 fb_format[2] = GL_BGRA;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 177 fb_format = GL_BGRA;
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 537 GL_BGRA, GL_UNSIGNED_BYTE);
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 90 format = GL_BGRA;
445 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 559 #define GL_BGRA 0x80E1
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 216 * Format will be GL_RGBA or possibly GL_BGRA for GLubyte[4] color arrays.
247 if (format == GL_BGRA) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 933 fb_format[2] = GL_BGRA;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 306 if (format == GL_BGRA &&
337 * The image format must be GL_BGRA to match the PF_8R8G8B pixel format.
xm_api.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwEnums.inl 337 #define GL_BGRA 0x80E1
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]

Completed in 627 milliseconds

12 3