/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 209 case GL_R11F_G11F_B10F: in isRequiredFormat() 240 case GL_R11F_G11F_B10F: in getEnablingExtensions() 321 case GL_R11F_G11F_B10F: in getMinimumSampleCount()
|
D | es31fInternalFormatQueryTests.cpp | 97 …internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalFormat == GL_R11F_G11F_B10F) in iterate() 416 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, FormatSamplesCase::FORMAT_COLOR }, in init()
|
D | es31fFboColorbufferTests.cpp | 311 GL_R11F_G11F_B10F, in init()
|
D | es31fShaderFramebufferFetchTests.cpp | 112 case GL_R11F_G11F_B10F: in isRequiredFormat() 223 case GL_R11F_G11F_B10F: in getEnablingExtensions() 1406 GL_R11F_G11F_B10F, in init()
|
D | es31fTextureFilteringTests.cpp | 484 { "r11f_g11f_b10f", GL_R11F_G11F_B10F }, in init()
|
D | es31fTextureFormatTests.cpp | 459 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, }, in init()
|
D | es31fFboTestUtil.cpp | 502 case GL_R11F_G11F_B10F: return "r11f_g11f_b10f"; in getFormatName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 204 case GL_R11F_G11F_B10F: in isRequiredFormat() 234 case GL_R11F_G11F_B10F: in getEnablingExtensions() 314 case GL_R11F_G11F_B10F: in getMinimumSampleCount()
|
D | es3fFboCompletenessTests.cpp | 91 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, 130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
|
D | es3fPixelBufferObjectTests.cpp | 185 || m_renderbufferFormat == GL_R11F_G11F_B10F) in init() 651 GL_R11F_G11F_B10F, in init()
|
D | es3fFboMultisampleTests.cpp | 282 GL_R11F_G11F_B10F, in init()
|
D | es3fFragmentOutputTests.cpp | 997 GL_R11F_G11F_B10F, in createRandomCase() 1099 GL_R11F_G11F_B10F, in init()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 73 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_R11F_G11F_B10F); in BuildFormatMap() 863 case GL_R11F_G11F_B10F: in ValidateTextureFormatType() 927 case GL_UNSIGNED_INT_10F_11F_11F_REV: VALIDATE_INTERNALFORMAT(GL_R11F_G11F_B10F) in ValidateTextureFormatType() 929 …case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_RGB16F, GL_R11F_G11F_B10F, GL_RGB… in ValidateTextureFormatType() 930 … VALIDATE_INTERNALFORMAT(GL_RGB32F, GL_RGB16F, GL_R11F_G11F_B10F, GL_RGB9_E5) in ValidateTextureFormatType() 1090 case GL_R11F_G11F_B10F: in IsColorRenderable() 1154 case GL_R11F_G11F_B10F: in IsDepthRenderable() 1212 case GL_R11F_G11F_B10F: in IsStencilRenderable() 1570 case GL_R11F_G11F_B10F: in ConvertRenderbufferFormat()
|
D | libGLESv3.cpp | 147 InsertFormatMapping(map, GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV); in BuildFormatMap3D() 148 InsertFormatMapping(map, GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT); in BuildFormatMap3D() 149 InsertFormatMapping(map, GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT); in BuildFormatMap3D() 292 InsertFormatStorageMapping(map, GL_R11F_G11F_B10F, GL_UNSIGNED_INT_10F_11F_11F_REV); in BuildFormatMapStorage2D()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 73 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, }, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 116 GL_R11F_G11F_B10F, 128 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 77 case GL_R11F_G11F_B10F: in _mesa_get_shader_image_format() 408 case GL_R11F_G11F_B10F: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 1230 case GL_R11F_G11F_B10F: in _mesa_is_color_format() 2985 if (internalFormat != GL_R11F_G11F_B10F) in _mesa_es3_error_check_format_and_type() 2997 case GL_R11F_G11F_B10F: in _mesa_es3_error_check_format_and_type() 3009 case GL_R11F_G11F_B10F: in _mesa_es3_error_check_format_and_type() 3659 case GL_R11F_G11F_B10F: in _mesa_is_es3_color_renderable() 3711 case GL_R11F_G11F_B10F: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 358 case GL_R11F_G11F_B10F: in _mesa_choose_tex_format()
|
D | textureview.c | 143 {GL_VIEW_CLASS_32_BITS, GL_R11F_G11F_B10F},
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 173 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F; in getInternalFormat() 497 …case GL_R11F_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_… in mapGLInternalFormat() 576 case GL_R11F_G11F_B10F: in isGLInternalColorFormatFilterable() 1144 case GL_R11F_G11F_B10F: in getRenderableBitsES3()
|
D | gluStrUtil.inl | 842 case GL_R11F_G11F_B10F: return "GL_R11F_G11F_B10F"; 1692 case GL_R11F_G11F_B10F: return "GL_R11F_G11F_B10F";
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1316 return createFormat == GL_R11F_G11F_B10F; in isCompatibleFormats() 1323 || createFormat == GL_R11F_G11F_B10F in isCompatibleFormats() 1329 || createFormat == GL_R11F_G11F_B10F in isCompatibleFormats()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 158 GL_R11F_G11F_B10F,
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 210 glInternalFormat=GL_R11F_G11F_B10F; in PVRTGetOGLES3TextureFormat()
|