/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 74 { "rgb32f", GL_RGB32F, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 208 case GL_RGB32F: in isRequiredFormat() 239 case GL_RGB32F: in getEnablingExtensions()
|
D | es31fTextureFormatTests.cpp | 460 { "rgb32f", GL_RGB32F, }, in init()
|
D | es31fFboTestUtil.cpp | 503 case GL_RGB32F: return "rgb32f"; in getFormatName()
|
D | es31fTextureLevelStateQueryTests.cpp | 337 internalFormat == GL_RGB32F || in isTextureBufferFormat() 595 …GL_RGB16F, GL_RGBA16F, GL_R32F, GL_RG32F, GL_RGB32F, GL_RGBA32F, GL_R11F_G11F_B10F, GL_RGB9_E5, GL… in generateInternalFormatTextureGenerationGroup()
|
D | es31fTextureSpecificationTests.cpp | 797 { "rgb32f", GL_RGB32F, }, in init()
|
D | es31fTextureBorderClampTests.cpp | 2337 { "rgb32f", GL_RGB32F, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fCopyImageTests.cpp | 2442 textureFormatViewClasses[VIEWCLASS_96_BITS].push_back(GL_RGB32F); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 203 case GL_RGB32F: in isRequiredFormat() 233 case GL_RGB32F: in getEnablingExtensions()
|
D | es3fFboRenderTest.cpp | 178 case GL_RGB32F: in getEnablingExtensions() 1581 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
|
D | es3fFboTestUtil.cpp | 955 case GL_RGB32F: return "rgb32f"; in getFormatName()
|
D | es3fTextureUnitTests.cpp | 106 GL_RGB32F,
|
D | es3fTextureFormatTests.cpp | 1342 { "rgb32f", GL_RGB32F, }, in init()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 74 InsertFormatMapping(&map, GL_RGB, GL_FLOAT, GL_RGB32F); in BuildFormatMap() 831 case GL_RGB32F: in ValidateTextureFormatType() 893 …case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RGB32F, GL_RGB16F, GL_R11F_G11F_B… in ValidateTextureFormatType() 1047 case GL_RGB32F: in IsColorRenderable() 1114 case GL_RGB32F: in IsDepthRenderable() 1169 case GL_RGB32F: in IsStencilRenderable() 1527 case GL_RGB32F: return sw::FORMAT_B32G32R32F; in ConvertRenderbufferFormat()
|
D | libGLESv3.cpp | 156 InsertFormatMapping(map, GL_RGB32F, GL_RGB, GL_FLOAT); in BuildFormatMap3D() 296 InsertFormatStorageMapping(map, GL_RGB32F, GL_FLOAT); in BuildFormatMapStorage2D()
|
D | libGLESv2.cpp | 4725 case GL_RGB32F: in RenderbufferStorageMultisampleANGLE()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 174 case FMT_CASE(RGB, FLOAT): return GL_RGB32F; in getInternalFormat() 498 case GL_RGB32F: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT); in mapGLInternalFormat() 583 case GL_RGB32F: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 843 case GL_RGB32F: return "GL_RGB32F"; 1693 case GL_RGB32F: return "GL_RGB32F";
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 665 case GL_RGB32F: in SelectInternalFormat() 1062 case GL_RGB32F: return sizeof(float) * 3; in ComputePixelSize() 1422 case GL_RGB32F: in loadImageData()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 280 glInternalFormat=GL_RGB32F; in PVRTGetOGLES3TextureFormat()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 581 #define GL_RGB32F 0x8815 macro
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1328 || createFormat == GL_RGB32F in isCompatibleFormats()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 1242 case GL_RGB32F: in _mesa_base_fbo_format()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 756 #define GL_RGB32F 0x8815 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 706 #define GL_RGB32F 0x8815 macro
|