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

1 2 3 4 5 6 7 8

  /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/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 544 colorbufferFormat != GL_RGB565 &&
557 colorbufferFormat != GL_RGB565 &&
569 colorbufferFormat != GL_RGB565 &&
580 if (colorbufferFormat != GL_RGB565 &&
633 colorbufferFormat != GL_RGB565 &&
647 colorbufferFormat != GL_RGB565 &&
660 colorbufferFormat != GL_RGB565 &&
672 if (colorbufferFormat != GL_RGB565 &&
  /external/chromium_org/third_party/angle/tests/angle_tests/
FramebufferFormatsTest.cpp 81 testTextureFormat(GL_RGB565, 5, 6, 5, 0);
ClearTest.cpp 82 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB565, 16, 16);
  /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 258 GL_RGBA4, GL_RGB565, GL_RGB5_A1, GL_DEPTH_COMPONENT16, GL_STENCIL_INDEX8,
327 GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_ALPHA8_EXT,
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 188 { "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,
  /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:
670 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 54 case GL_RGB565:

Completed in 1487 milliseconds

1 2 3 4 5 6 7 8