Home
last modified time | relevance | path

Searched refs:GL_RGBA4 (Results 1 – 25 of 95) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp393 glRenderbufferStorage(-1, GL_RGBA4, 1, 1); in init()
395 glRenderbufferStorage(GL_FRAMEBUFFER, GL_RGBA4, 1, 1); in init()
409 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, -1, 1); in init()
411 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, -1); in init()
413 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, -1, -1); in init()
420 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1); in init()
422 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1); in init()
424 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1); in init()
430 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 1, 1); in init()
Des2fRboStateQueryTests.cpp131 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, w, h); in test()
158 checkRenderbufferParam(m_testCtx, *this, GL_RENDERBUFFER_INTERNAL_FORMAT, GL_RGBA4); in test()
163 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test()
202 { GL_RGBA4, 4, 4, 4, 4 }, in test()
Des2fFboCompletenessTests.cpp45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
124 GL_RGBA4,
Des2fFboStateQueryTests.cpp110 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, 128, 128); in test()
/external/deqp/modules/gles3/functional/
Des3fNegativeBufferApiTests.cpp1050 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 …]
Des3fRboStateQueryTests.cpp177 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()
Des3fFboTestCase.cpp166 case GL_RGBA4: in isRequiredFormat()
289 case GL_RGBA4: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp189 { "rgba4", GL_RGBA4, false }, in init()
Des3fTextureSpecificationTests.cpp3415 { "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/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp1297 ctx.glRenderbufferStorage (-1, GL_RGBA4, 1, 1); in renderbuffer_storage()
1299 ctx.glRenderbufferStorage (GL_FRAMEBUFFER, GL_RGBA4, 1, 1); in renderbuffer_storage()
1322 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, 1); in renderbuffer_storage()
1324 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, -1); in renderbuffer_storage()
1326 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, -1, -1); in renderbuffer_storage()
1332 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 1, maxSize+1); in renderbuffer_storage()
1334 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, 1); in renderbuffer_storage()
1336 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, maxSize+1, maxSize+1); in renderbuffer_storage()
1520 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA4, 32, 32); in blit_framebuffer_multisample()
1788 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in renderbuffer_storage_multisample()
[all …]
Des31fFboTestCase.cpp171 case GL_RGBA4: in isRequiredFormat()
300 case GL_RGBA4: in getMinimumSampleCount()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp424 case GL_RGBA4: in IsSizedInternalFormat()
1051 …case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGBA8, GL_RGB5_A1, GL_RGBA4, GL_SR… in ValidateTextureFormatType()
1053 case GL_UNSIGNED_SHORT_4_4_4_4: VALIDATE_INTERNALFORMAT(GL_RGBA4) in ValidateTextureFormatType()
1406 case GL_RGBA4: in IsColorRenderable()
1513 case GL_RGBA4: in IsDepthRenderable()
1579 case GL_RGBA4: in IsStencilRenderable()
1647 case GL_RGBA4: return 4; in GetAlphaSize()
1696 case GL_RGBA4: return 4; in GetRedSize()
1745 case GL_RGBA4: return 4; in GetGreenSize()
1794 case GL_RGBA4: return 4; in GetBlueSize()
[all …]
DFramebuffer.cpp531 case GL_RGBA4: return GL_RGBA; in getImplementationColorReadFormat()
592 case GL_RGBA4: return GL_UNSIGNED_SHORT_4_4_4_4; in getImplementationColorReadType()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp97 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()
DesextcDrawBuffersIndexedBlending.cpp96 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/
Des3pTextureFormatTests.cpp68 { "rgba4", GL_RGBA4, }, in init()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp474 …GLU_CHECK_GLW_CALL(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), refere… in invokeGLES2()
599 …GLU_CHECK_GLW_CALL(gl, renderbufferStorage(GL_RENDERBUFFER, GL_RGBA4, reference.getWidth(), refere… in invokeGLES2()
1126 addCreateRenderbuffer("renderbuffer_rgba4", GL_RGBA4); in addCreateRenderbufferActions()
1137 addCreateAndroidNative("android_native_rgba4", GL_RGBA4); in addCreateAndroidNativeActions()
1175 case GL_RGBA4: in isDepthFormat()
1200 case GL_RGBA4: in isStencilFormat()
1346 || createFormat == GL_RGBA4 in isCompatibleFormats()
1351 return createFormat == GL_RGBA4 in isCompatibleFormats()
DteglImageTests.cpp356 case GL_RGBA4: return "rgba4"; in getStorageName()
581 GL_RGBA4, in init()
593 GL_RGBA4, in init()
DteglAndroidUtil.cpp72 case GL_RGBA4: return tcu::Android::internal::PIXEL_FORMAT_RGBA_4444; in getPixelFormat()
/external/mesa3d/src/mesa/main/
Dglformats.c686 case GL_RGBA4: in _mesa_is_enum_format_unorm()
1033 case GL_RGBA4: in _mesa_is_color_format()
2333 case GL_RGBA4: in _mesa_base_tex_format()
2701 return GL_RGBA4; in _mesa_es3_effective_internal_format_for_format_and_type()
2844 case GL_RGBA4: in _mesa_es3_error_check_format_and_type()
2863 case GL_RGBA4: in _mesa_es3_error_check_format_and_type()
3714 case GL_RGBA4: in _mesa_is_es3_color_renderable()
3767 case GL_RGBA4: in _mesa_is_es3_texture_filterable()
Drenderbuffer.c70 rb->InternalFormat = GL_RGBA4; in _mesa_init_renderbuffer()
/external/virglrenderer/src/
Dvrend_formats.c64 { VIRGL_FORMAT_B4G4R4X4_UNORM, GL_RGBA4, GL_BGRA, GL_UNSIGNED_SHORT_4_4_4_4_REV, RGB1_SWIZZLE },
65 { VIRGL_FORMAT_A4B4G4R4_UNORM, GL_RGBA4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, NO_SWIZZLE },
78 { VIRGL_FORMAT_B4G4R4A4_UNORM, GL_RGBA4, GL_BGRA, GL_UNSIGNED_SHORT_4_4_4_4_REV, NO_SWIZZLE },
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp392 case GL_RGBA4: in getUnsizedFormatFromInternalFormat()
1450 TF(GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA4), in getESTestData()
1453 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA4), in getESTestData()
1464 CF(GL_RGBA4), in getESTestData()
1483 TF(GL_RGBA, GL_UNSIGNED_BYTE, GL_RGBA4, OES_required_internalformat), in getESTestData()
1485 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA4, OES_required_internalformat), in getESTestData()
1505 CF(GL_RGBA4, OES_required_internalformat), in getESTestData()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4; in getInternalFormat()
478 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapGLInternalFormat()
566 case GL_RGBA4: in isGLInternalColorFormatFilterable()
1125 case GL_RGBA4: in getRenderableBitsES3()
/external/swiftshader/src/OpenGL/common/
DImage.cpp73 case GL_RGBA4: return GL_RGBA; in GetBaseInternalFormat()
158 case GL_UNSIGNED_SHORT_4_4_4_4: return GL_RGBA4; in GetSizedInternalFormat()
313 case GL_RGBA4: return sw::FORMAT_A8B8G8R8; in SelectInternalFormat()
1393 case GL_RGBA4: in loadImageData()
1403 ASSERT_OR_RETURN(internalformat == GL_RGBA4 && getExternalFormat() == sw::FORMAT_A8B8G8R8); in loadImageData()

1234