Searched refs:GL_RGB565 (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglheader.h101 #ifndef GL_RGB565
102 #define GL_RGB565 0x8D62 macro
/external/mesa3d/src/mesa/main/
H A Dglheader.h101 #ifndef GL_RGB565
102 #define GL_RGB565 0x8D62 macro
/external/deqp/modules/gles3/performance/
H A Des3pTextureCountTests.cpp58 { "rgb565", GL_RGB565 },
H A Des3pTextureFormatTests.cpp72 { "rgb565", GL_RGB565, },
H A Des3pTextureFilteringTests.cpp56 { "rgb565", GL_RGB565 },
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES2.cpp544 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 &&
H A DvalidationES3.cpp76 InsertES3FormatCombo(&set, GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE );
79 InsertES3FormatCombo(&set, GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5 );
612 list.push_back(EffectiveInternalFormatInfo(GL_RGB565, GL_NONE, 1, 5, 1, 6, 1, 5, 0, 0));
633 list.push_back(EffectiveInternalFormatInfo(GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, UINT_MAX));
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DFramebufferFormatsTest.cpp81 testTextureFormat(GL_RGB565, 5, 6, 5, 0);
H A DClearTest.cpp82 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB565, 16, 16);
/external/deqp/modules/gles2/functional/
H A Des2fRboStateQueryTests.cpp167 GL_RGBA4, GL_RGB5_A1, GL_RGB565
208 { GL_RGB565, 5, 6, 5, 0 },
H A Des2fFboCompletenessTests.cpp45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager.cc186 case GL_RGB565:
H A Dgles2_cmd_validation_implementation_autogen.h258 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/
H A Des3fInternalFormatQueryTests.cpp188 { "rgb565", GL_RGB565, false },
H A Des3fFboTestCase.cpp169 case GL_RGB565:
280 case GL_RGB565:
H A Des3fRboStateQueryTests.cpp183 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 },
H A Des3fFboCompletenessTests.cpp49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
375 GL_RGBA8, GL_RGB565, GL_DEPTH_COMPONENT24,
H A Des3fFboMultisampleTests.cpp271 GL_RGB565,
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp173 case GL_RGB565:
285 case GL_RGB565:
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc465 case GL_RGB565:
670 case GL_RGB565:
/external/chromium_org/ui/gl/
H A Dgl_bindings.h56 #define GL_RGB565 0x8D62 macro
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp61 GL_RGB565,
H A DgluTextureUtil.cpp144 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:
940 case GL_RGB565:
/external/deqp/modules/egl/
H A DteglImageTests.cpp384 case GL_RGB565: return "rgb565";
683 GL_RGB565,
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp54 case GL_RGB565:

Completed in 1454 milliseconds

1234