Home
last modified time | relevance | path

Searched refs:GL_RG8 (Results 1 – 25 of 77) sorted by relevance

1234

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp400 case GL_RG8: in IsSizedInternalFormat()
1104 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RG8) in ValidateTextureFormatType()
1410 case GL_RG8: in IsColorRenderable()
1497 case GL_RG8: in IsDepthRenderable()
1563 case GL_RG8: in IsStencilRenderable()
1651 case GL_RG8: return 0; in GetAlphaSize()
1700 case GL_RG8: return 8; in GetRedSize()
1749 case GL_RG8: return 8; in GetGreenSize()
1798 case GL_RG8: return 0; in GetBlueSize()
1880 case GL_RG8: in GetColorComponentType()
DFramebuffer.cpp537 case GL_RG8: return GL_RG; in getImplementationColorReadFormat()
598 case GL_RG8: return GL_UNSIGNED_BYTE; 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()
335 case GL_RG8: in NumComponents()
367 case GL_RG8: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp96 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGBA8, in iterate()
343 case GL_RG8: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp91 { "rg8", GL_RG8, }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test()
225 { GL_RG8, 8, 8, 0, 0 }, in test()
Des3fFboTestCase.cpp174 case GL_RG8: in isRequiredFormat()
297 case GL_RG8: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp186 { "rg8", GL_RG8, false }, in init()
Des3fFboCompletenessTests.cpp49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
Des3fTextureSwizzleTests.cpp248 { "rg", GL_RG8, GL_RG, GL_UNSIGNED_BYTE }, in init()
Des3fFboMultisampleTests.cpp367 GL_RG8, in init()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp179 case GL_RG8: in isRequiredFormat()
308 case GL_RG8: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp502 { "rg8", GL_RG8, }, in init()
568 { "rg8", GL_RG8, }, in init()
Des31fFboColorbufferTests.cpp295 GL_RG8, in init()
Des31fInternalFormatQueryTests.cpp381 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init()
/external/mesa3d/src/mesa/main/
Dglformats.c666 case GL_RG8: in _mesa_is_enum_format_unorm()
1015 case GL_RG8: in _mesa_is_color_format()
1727 return GL_RG8; in _mesa_get_nongeneric_internalformat()
2613 case GL_RG8: in _mesa_base_tex_format()
2683 return GL_RG8; in _mesa_es3_effective_internal_format_for_format_and_type()
3109 if (internalFormat != GL_RG8) in _mesa_es3_error_check_format_and_type()
3711 case GL_RG8: in _mesa_is_es3_color_renderable()
3762 case GL_RG8: in _mesa_is_es3_texture_filterable()
Dshaderimage.c156 case GL_RG8: in _mesa_get_shader_image_format()
423 case GL_RG8: in _mesa_is_shader_image_format_supported()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp197 case FMT_CASE(RG, UNORM_INT8): return GL_RG8; in getInternalFormat()
524 case GL_RG8: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT8); in mapGLInternalFormat()
561 case GL_RG8: in isGLInternalColorFormatFilterable()
1133 case GL_RG8: in getRenderableBitsES3()
DgluFboRenderContext.cpp84 GL_RG8, in chooseColorFormat()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp219 case GL_RG8: in configure()
619 formats.push_back(GL_RG8); in initTest()
1323 if (info.get_internal_format() == GL_R8 || info.get_internal_format() == GL_RG8 || in fillInputData()
DesextcTextureBufferParameters.cpp73 m_internal_formats[GL_RG8] = sizeof(glw::GLubyte) * 2 /* components */; in initTest()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp122 GL_RG8,
/external/swiftshader/src/OpenGL/common/
DImage.cpp68 case GL_RG8: return GL_RG; in GetBaseInternalFormat()
205 case GL_UNSIGNED_BYTE: return GL_RG8; in GetSizedInternalFormat()
328 case GL_RG8: return sw::FORMAT_G8R8; in SelectInternalFormat()
1235 case sw::FORMAT_G8R8: return GL_RG8; in getClientBufferInternalFormat()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp62 GL_R16I, VIEW_CLASS_16_BITS, GL_RG8, VIEW_CLASS_16_BITS, GL_R16, VIEW_CLASS_16_BITS, GL_RG8_SNORM,
107 GL_RG8, /* >= GL 4.0 */
258 case GL_RG8: in getAmountOfComponentsForInternalformat()
524 case GL_RG8: in getComponentSizeForInternalformat()
775 case GL_RG8: in getFormatOfInternalformat()
982 case GL_RG8: in getGLFormatOfInternalformat()
1382 case GL_RG8: in getInternalformatString()
1723 case GL_RG8: in getSamplerTypeForInternalformat()
1973 case GL_RG8: in getTypeCompatibleWithInternalformat()
2470 case GL_RG8: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp152 GL_RG8, GL_RG8I, GL_RG8UI, GL_RG8_SNORM,
297 case GL_RG8: in filterFormats()
544 case GL_RG8: in getEpsilon()
637 case GL_RG8: in getFormat()
741 case GL_RG8: in getNumberOfChannels()
821 case GL_RG8: in getType()
991 case GL_RG8: in getPixelSizeForFormat()
2313 case GL_RG8: in packPixel()

1234