/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 92 GL_RG32F, GL_RG16F, GL_R32F, GL_R16F, 93 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F, 130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
|
D | es3fFboTestCase.cpp | 228 case GL_RG16F: in getEnablingExtensions() 315 case GL_RG16F: in getMinimumSampleCount()
|
D | es3fPixelBufferObjectTests.cpp | 164 || m_renderbufferFormat == GL_RG16F) in init() 656 GL_RG16F, in init()
|
D | es3fFboMultisampleTests.cpp | 284 GL_RG16F, in init()
|
D | es3fFragmentOutputTests.cpp | 999 GL_RG16F, in createRandomCase() 1101 GL_RG16F, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCountTests.cpp | 62 { "rg16f", GL_RG16F }, in init()
|
D | es3pTextureFormatTests.cpp | 88 { "rg16f", GL_RG16F, }, in init()
|
D | es3pTextureFilteringTests.cpp | 58 { "rg16f", GL_RG16F }, in init()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 89 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT, GL_RG16F); in BuildFormatMap() 90 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F); in BuildFormatMap() 862 case GL_RG16F: in ValidateTextureFormatType() 952 case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG16F) in ValidateTextureFormatType() 953 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG32F, GL_RG16F) in ValidateTextureFormatType() 1060 case GL_RG16F: in IsColorRenderable() 1153 case GL_RG16F: in IsDepthRenderable() 1211 case GL_RG16F: in IsStencilRenderable() 1569 case GL_RG16F: return sw::FORMAT_G16R16F; in ConvertRenderbufferFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 113 GL_RG16F, 128 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 234 case GL_RG16F: in getEnablingExtensions() 322 case GL_RG16F: in getMinimumSampleCount()
|
D | es31fInternalFormatQueryTests.cpp | 97 …mat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalForm… in iterate() 411 { "rg16f", GL_RG16F, FormatSamplesCase::FORMAT_COLOR }, in init()
|
D | es31fTextureFormatTests.cpp | 474 { "rg16f", GL_RG16F, }, in init() 544 { "rg16f", GL_RG16F, }, in init()
|
D | es31fFboColorbufferTests.cpp | 313 GL_RG16F, in init()
|
D | es31fShaderFramebufferFetchTests.cpp | 217 case GL_RG16F: in getEnablingExtensions() 1408 GL_RG16F, in init()
|
D | es31fFboTestUtil.cpp | 517 case GL_RG16F: return "rg16f"; in getFormatName()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 74 case GL_RG16F: in _mesa_get_shader_image_format() 407 case GL_RG16F: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 1050 case GL_RG16F: in _mesa_is_color_format() 2597 case GL_RG16F: in _mesa_base_tex_format() 3091 case GL_RG16F: in _mesa_es3_error_check_format_and_type() 3105 case GL_RG16F: in _mesa_es3_error_check_format_and_type() 3654 case GL_RG16F: in _mesa_is_es3_color_renderable() 3708 case GL_RG16F: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 711 case GL_RG16F: in _mesa_choose_tex_format()
|
D | textureview.c | 142 {GL_VIEW_CLASS_32_BITS, GL_RG16F},
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F; in getInternalFormat() 518 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT); in mapGLInternalFormat() 573 case GL_RG16F: in isGLInternalColorFormatFilterable() 1154 case GL_RG16F: in getRenderableBitsES3()
|
D | gluStrUtil.inl | 861 case GL_RG16F: return "GL_RG16F"; 1711 case GL_RG16F: return "GL_RG16F";
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 693 case GL_RG16F: in SelectInternalFormat() 1081 case GL_RG16F: return sizeof(unsigned short) * 2; in ComputePixelSize() 1525 case GL_RG16F: in loadImageData()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 98 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 237 glInternalFormat=GL_RG16F; in PVRTGetOGLES3TextureFormat()
|