HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGB565 (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/libs/hwui/
RenderBuffer.h 137 case GL_RGB565:
172 case GL_RGB565:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glheader.h 101 #ifndef GL_RGB565
102 #define GL_RGB565 0x8D62
  /external/mesa3d/src/mesa/main/
glheader.h 101 #ifndef GL_RGB565
102 #define GL_RGB565 0x8D62
  /external/chromium_org/third_party/angle/tests/angle_tests/
ClearTest.cpp 79 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB565, 16, 16);
  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 58 { "rgb565", GL_RGB565 },
es3pTextureFormatTests.cpp 72 { "rgb565", GL_RGB565, },
es3pTextureFilteringTests.cpp 56 { "rgb565", GL_RGB565 },
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 494 colorbufferFormat != GL_RGB565 &&
506 colorbufferFormat != GL_RGB565 &&
517 colorbufferFormat != GL_RGB565 &&
527 if (colorbufferFormat != GL_RGB565 &&
574 colorbufferFormat != GL_RGB565 &&
587 colorbufferFormat != GL_RGB565 &&
599 colorbufferFormat != GL_RGB565 &&
610 if (colorbufferFormat != GL_RGB565 &&
  /external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp 167 GL_RGBA4, GL_RGB5_A1, GL_RGB565
208 { GL_RGB565, 5, 6, 5, 0 },
es2fFboCompletenessTests.cpp 45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.cc 186 case GL_RGB565:
gles2_cmd_validation_implementation_autogen.h 254 GL_RGBA4, GL_RGB565, GL_RGB5_A1, GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8,
323 GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_ALPHA8_EXT,
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 194 { "rgb565", GL_RGB565, false },
es3fFboTestCase.cpp 169 case GL_RGB565:
280 case GL_RGB565:
es3fRboStateQueryTests.cpp 183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
228 { GL_RGB565, 5, 6, 5, 0 },
es3fFboCompletenessTests.cpp 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
375 GL_RGBA8, GL_RGB565, GL_DEPTH_COMPONENT24,
es3fFboMultisampleTests.cpp 271 GL_RGB565,
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 173 case GL_RGB565:
285 case GL_RGB565:
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 465 case GL_RGB565:
646 case GL_RGB565:
  /external/chromium_org/ui/gl/
gl_bindings.h 56 #define GL_RGB565 0x8D62
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 61 GL_RGB565,
gluTextureUtil.cpp 144 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565;
357 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565);
441 case GL_RGB565:
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 384 case GL_RGB565: return "rgb565";
683 GL_RGB565,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 297 public static final int GL_RGB565 = 0x8D62;
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 57 case GL_RGB565:

Completed in 454 milliseconds

1 2 3 4 5 6 7