HomeSort by relevance Sort by last modified time
    Searched refs:GL_BGRA (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 537 GL_BGRA, GL_UNSIGNED_BYTE);
  /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/main/
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...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 537 GL_BGRA, GL_UNSIGNED_BYTE);
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 933 fb_format[2] = GL_BGRA;
    [all...]
  /external/chromium_org/third_party/mesa/src/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/framework/opengl/
gluTextureUtil.cpp 326 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true));
    [all...]
  /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 299 #define GL_BGRA 0x80E1
    [all...]

Completed in 1697 milliseconds

1 23 4 5