/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 385 glRenderbufferStorage(-1, GL_RGBA4, 1, 1); in init() 387 glRenderbufferStorage(GL_FRAMEBUFFER, GL_RGBA4, 1, 1); in init() 401 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, -1, 1); in init() 403 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, -1); in init() 405 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, -1, -1); in init() 412 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1); in init() 414 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1); in init() 416 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1); in init() 422 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, 1); in init()
|
D | es2fRboStateQueryTests.cpp | 135 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, w, h); in test() 162 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RGBA4); in test() 167 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test() 206 { GL_RGBA4, 4, 4, 4, 4 }, in test()
|
D | es2fFboStateQueryTests.cpp | 110 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 128, 128); in test()
|
D | es2fFboCompletenessTests.cpp | 45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 1050 glRenderbufferStorage (-1, GL_RGBA4, 1, 1); in init() 1052 glRenderbufferStorage (GL_FRAMEBUFFER, GL_RGBA4, 1, 1); in init() 1075 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, 1); in init() 1077 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, -1); in init() 1079 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, -1); in init() 1086 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1); in init() 1088 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1); in init() 1090 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1); in init() 1218 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 32, 32); in init() 1382 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in init() [all …]
|
D | es3fRboStateQueryTests.cpp | 177 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RGBA4); in test() 182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 228 { GL_RGBA4, 4, 4, 4, 4 }, in test()
|
D | es3fFboTestCase.cpp | 166 case GL_RGBA4: in isRequiredFormat() 287 case GL_RGBA4: in getMinimumSampleCount()
|
D | es3fInternalFormatQueryTests.cpp | 189 { "rgba4", GL_RGBA4, false }, in init()
|
D | es3fTextureSpecificationTests.cpp | 3415 { "rgba4", GL_RGBA4, }, in init() 3522 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_rgba4_51_1", "", GL_RGBA4, 51, 30, … in init() 3523 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_rgba4_51_2", "", GL_RGBA4, 51, 30, … in init() 3524 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_rgba4_51_4", "", GL_RGBA4, 51, 30, … in init() 3525 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_rgba4_51_8", "", GL_RGBA4, 51, 30, … in init() 3540 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_rgba4_51_1", "", GL_RGBA4, 51, … in init() 3541 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_rgba4_51_2", "", GL_RGBA4, 51, … in init() 3542 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_rgba4_51_4", "", GL_RGBA4, 51, … in init() 3543 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_rgba4_51_8", "", GL_RGBA4, 51, … in init() 3733 …alignGroup->addChild(new TexSubImage2DAlignCase (m_context, "2d_rgba4_51_1", "", GL_RGBA4, 64, … in init() [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 425 case GL_RGBA4: in IsSizedInternalFormat() 968 …case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGBA8, GL_RGB5_A1, GL_RGBA4, GL_SR… in ValidateTextureFormatType() 970 case GL_UNSIGNED_SHORT_4_4_4_4: VALIDATE_INTERNALFORMAT(GL_RGBA4) in ValidateTextureFormatType() 1177 case GL_RGBA4: in IsColorRenderable() 1286 case GL_RGBA4: in IsDepthRenderable() 1353 case GL_RGBA4: in IsStencilRenderable() 1416 case GL_RGBA4: return 4; in GetAlphaSize() 1465 case GL_RGBA4: return 4; in GetRedSize() 1514 case GL_RGBA4: return 4; in GetGreenSize() 1563 case GL_RGBA4: return 4; in GetBlueSize() [all …]
|
D | Framebuffer.cpp | 548 case GL_RGBA4: return GL_RGBA; in getImplementationColorReadFormat() 609 case GL_RGBA4: return GL_UNSIGNED_SHORT_4_4_4_4; in getImplementationColorReadType()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 370 case GL_RGBA4: in IsColorRenderable() 397 case GL_RGBA4: in IsDepthRenderable() 417 case GL_RGBA4: in IsStencilRenderable() 690 case GL_RGBA4: in ConvertRenderbufferFormat() 841 case sw::FORMAT_A4R4G4B4: return GL_RGBA4; in ConvertBackBufferFormat() 850 return GL_RGBA4; in ConvertBackBufferFormat()
|
D | ResourceManager.cpp | 352 …Renderbuffer *renderbufferObject = new Renderbuffer(renderbuffer, new Colorbuffer(0, 0, GL_RGBA4, … in checkRenderbufferAllocation()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 1300 ctx.glRenderbufferStorage (-1, GL_RGBA4, 1, 1); in renderbuffer_storage() 1302 ctx.glRenderbufferStorage (GL_FRAMEBUFFER, GL_RGBA4, 1, 1); in renderbuffer_storage() 1325 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, 1); in renderbuffer_storage() 1327 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, -1); in renderbuffer_storage() 1329 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, -1); in renderbuffer_storage() 1335 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1); in renderbuffer_storage() 1337 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1); in renderbuffer_storage() 1339 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1); in renderbuffer_storage() 1523 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 32, 32); in blit_framebuffer_multisample() 1791 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in renderbuffer_storage_multisample() [all …]
|
D | es31fFboTestCase.cpp | 171 case GL_RGBA4: in isRequiredFormat() 300 case GL_RGBA4: in getMinimumSampleCount()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 97 static const glw::GLenum WriteMasksFormats[] = { GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, in iterate() 346 case GL_RGBA4: in NumComponents() 370 case GL_RGBA4: in ReadableType()
|
D | esextcDrawBuffersIndexedBlending.cpp | 96 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGBA8, in iterate() 354 case GL_RGBA4: in NumComponents()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 68 { "rgba4", GL_RGBA4, }, in init()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 686 case GL_RGBA4: in _mesa_is_enum_format_unorm() 1033 case GL_RGBA4: in _mesa_is_color_format() 2332 case GL_RGBA4: in _mesa_base_tex_format() 2700 return GL_RGBA4; in _mesa_es3_effective_internal_format_for_format_and_type() 2843 case GL_RGBA4: in _mesa_es3_error_check_format_and_type() 2859 case GL_RGBA4: in _mesa_es3_error_check_format_and_type() 3647 case GL_RGBA4: in _mesa_is_es3_color_renderable() 3700 case GL_RGBA4: in _mesa_is_es3_texture_filterable()
|
D | renderbuffer.c | 70 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer()
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 471 …GLU_CHECK_GLW_CALL(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), refere… in invokeGLES2() 596 …GLU_CHECK_GLW_CALL(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), refere… in invokeGLES2() 1123 addCreateRenderbuffer("renderbuffer_rgba4", GL_RGBA4); in addCreateRenderbufferActions() 1134 addCreateAndroidNative("android_native_rgba4", GL_RGBA4); in addCreateAndroidNativeActions() 1172 case GL_RGBA4: in isDepthFormat() 1197 case GL_RGBA4: in isStencilFormat() 1343 || createFormat == GL_RGBA4 in isCompatibleFormats() 1348 return createFormat == GL_RGBA4 in isCompatibleFormats()
|
D | teglImageTests.cpp | 316 case GL_RGBA4: return "rgba4"; in getStorageName() 541 GL_RGBA4, in init() 553 GL_RGBA4, in init()
|
D | teglAndroidUtil.cpp | 72 case GL_RGBA4: return tcu::Android::internal::PIXEL_FORMAT_RGBA_4444; in getPixelFormat()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4; in getInternalFormat() 475 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapGLInternalFormat() 563 case GL_RGBA4: in isGLInternalColorFormatFilterable() 1122 case GL_RGBA4: in getRenderableBitsES3()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 211 case GL_RGBA4: return GL_RGBA; in GetBaseInternalFormat() 296 case GL_UNSIGNED_SHORT_4_4_4_4: return GL_RGBA4; in GetSizedInternalFormat() 451 case GL_RGBA4: return sw::FORMAT_A8B8G8R8; in SelectInternalFormat() 1488 case GL_RGBA4: in loadImageData() 1498 ASSERT_OR_RETURN(internalformat == GL_RGBA4 && getExternalFormat() == sw::FORMAT_A8B8G8R8); in loadImageData()
|