Home
last modified time | relevance | path

Searched refs:GL_RGB32F (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_color_buffer_float_rgb.txt29 * The 32-bit floating point type GL_RGB32F becomes available as a
31 and internal format GL_RGB32F, can be attached to framebuffer object
34 * GL_RGB / GL_RGB32F becomes an allowable format / internalformat parameter
47 GL_RGB32F 0x8815
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp74 { "rgb32f", GL_RGB32F, }, in init()
/external/chromium_org/gpu/command_buffer/service/
Dfeature_info.cc514 GL_RGB32F_ARB == GL_RGB32F && in InitializeFeatures()
515 GL_RGB32F_EXT == GL_RGB32F, in InitializeFeatures()
544 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB32F, width, width, 0, GL_RGB, in InitializeFeatures()
561 validators_.texture_internal_format.AddValue(GL_RGB32F); in InitializeFeatures()
Dfeature_info_unittest.cc305 GL_RGB32F)); in TEST_F()
627 GL_RGB32F)); in TEST_F()
Dtest_helper.cc364 EXPECT_CALL(*gl, TexImage2D(GL_TEXTURE_2D, 0, GL_RGB32F, width, width, 0, in SetupFeatureInfoInitExpectationsWithGLVersion()
Dtexture_manager.cc1343 (internal_format == GL_RGB32F && format == GL_RGB))) { in ValidateTextureParameters()
/external/chromium_org/third_party/angle/src/libGLESv2/
DCaps.cpp248 requiredFormats.push_back(GL_RGB32F); in DetermineFloatTextureSupport()
258 requiredFormats.push_back(GL_RGB32F); in DetermineFloatTextureFilteringSupport()
Dformatutils.cpp72 …InsertFormatMapping(&map, GL_RGB, GL_FLOAT, GL_RGB32F, … in BuildFormatMap()
439 …map.insert(InternalFormatInfoPair(GL_RGB32F, RGBAFormat(32, 32, 32, 0, 0, GL_RGB, … in BuildInternalFormatInfoMap()
DvalidationES3.cpp88 …InsertES3FormatCombo(&set, GL_RGB32F, GL_RGB, GL_FLOAT … in BuildES3FormatSet()
/external/chromium_org/gpu/GLES2/
Dgl2extchromium.h650 #ifndef GL_RGB32F
651 #define GL_RGB32F 0x8815 macro
/external/chromium_org/third_party/angle/tests/angle_tests/
DSwizzleTest.cpp222 init2DTexture(GL_RGB32F, GL_RGB, GL_FLOAT, data); in TEST_F()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp228 case GL_RGB32F: in getEnablingExtensions()
Des31fTextureFormatTests.cpp447 { "rgb32f", GL_RGB32F, }, in init()
Des31fFboTestUtil.cpp503 case GL_RGB32F: return "rgb32f"; in getFormatName()
Des31fTextureSpecificationTests.cpp797 { "rgb32f", GL_RGB32F, }, in init()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp224 case GL_RGB32F: in getEnablingExtensions()
Des3fTextureStateQueryTests.cpp641 GL_RGBA32F, GL_RGBA16F, GL_RGBA8_SNORM, GL_RGB32F, in testTexture()
Des3fFboRenderTest.cpp178 case GL_RGB32F: in getEnablingExtensions()
1581 colorFormats[colorFmtNdx].format == GL_RGB32F || in init()
Des3fFboTestUtil.cpp955 case GL_RGB32F: return "rgb32f"; in getFormatName()
Des3fTextureUnitTests.cpp105 GL_RGB32F,
/external/deqp/framework/opengl/
DgluTextureUtil.cpp166 case FMT_CASE(RGB, FLOAT): return GL_RGB32F; in getInternalFormat()
379 case GL_RGB32F: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT); in mapGLInternalFormat()
460 case GL_RGB32F: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl781 case GL_RGB32F: return "GL_RGB32F";
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Dformatutils11.cpp78 AddDXGIToESEntry(&map, DXGI_FORMAT_R32G32B32_FLOAT, GL_RGB32F); in BuildDXGIToESFormatMap()
416 …map.insert(InternalFormatInitializerPair(GL_RGB32F, Initialize4ComponentData<GLfloat, 0x00000000… in BuildInternalFormatInitializerMap()
493 …InsertLoadFunction(&map, GL_RGB32F, GL_FLOAT, LoadToNative3To… in BuildD3D11LoadFunctionMap()
759 …InsertD3D11FormatInfo(&map, GL_RGB32F, DXGI_FORMAT_R32G32B32A32_FLOAT, DXGI_FORMAT_R3… in BuildD3D11FormatMap()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Dformatutils9.cpp157 …map.insert(InternalFormatInitialzerPair(GL_RGB32F, Initialize4ComponentData<GLfloat, 0x00000000, … in BuildInternalFormatInitialzerMap()
/external/chromium_org/third_party/angle/include/GLES3/
Dgl3.h579 #define GL_RGB32F 0x8815 macro

12