Searched refs:GL_RGB32F (Results 1 - 25 of 35) sorted by relevance

12

/external/deqp/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp74 { "rgb32f", GL_RGB32F, },
/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info.cc514 GL_RGB32F_ARB == GL_RGB32F &&
515 GL_RGB32F_EXT == GL_RGB32F,
544 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB32F, width, width, 0, GL_RGB,
561 validators_.texture_internal_format.AddValue(GL_RGB32F);
H A Dfeature_info_unittest.cc305 GL_RGB32F));
627 GL_RGB32F));
H A Dtest_helper.cc364 EXPECT_CALL(*gl, TexImage2D(GL_TEXTURE_2D, 0, GL_RGB32F, width, width, 0,
H A Dtexture_manager.cc1343 (internal_format == GL_RGB32F && format == GL_RGB))) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.cpp248 requiredFormats.push_back(GL_RGB32F);
258 requiredFormats.push_back(GL_RGB32F);
H A Dformatutils.cpp72 InsertFormatMapping(&map, GL_RGB, GL_FLOAT, GL_RGB32F, WriteColor<R32G32B32F, GLfloat> );
439 map.insert(InternalFormatInfoPair(GL_RGB32F, RGBAFormat(32, 32, 32, 0, 0, GL_RGB, GL_FLOAT, GL_FLOAT, false, RequireESVersionOrExtension<3, &Extensions::textureFloat>, AlwaysSupported, RequireExtension<&Extensions::textureFloatLinear> )));
H A DvalidationES3.cpp88 InsertES3FormatCombo(&set, GL_RGB32F, GL_RGB, GL_FLOAT );
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSwizzleTest.cpp222 init2DTexture(GL_RGB32F, GL_RGB, GL_FLOAT, data);
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h650 #ifndef GL_RGB32F
651 #define GL_RGB32F 0x8815 macro
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp224 case GL_RGB32F:
H A Des3fTextureStateQueryTests.cpp641 GL_RGBA32F, GL_RGBA16F, GL_RGBA8_SNORM, GL_RGB32F,
H A Des3fFboRenderTest.cpp178 case GL_RGB32F:
1581 colorFormats[colorFmtNdx].format == GL_RGB32F ||
H A Des3fFboTestUtil.cpp955 case GL_RGB32F: return "rgb32f";
H A Des3fTextureUnitTests.cpp105 GL_RGB32F,
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp228 case GL_RGB32F:
H A Des31fTextureFormatTests.cpp447 { "rgb32f", GL_RGB32F, },
H A Des31fFboTestUtil.cpp503 case GL_RGB32F: return "rgb32f";
H A Des31fTextureSpecificationTests.cpp797 { "rgb32f", GL_RGB32F, },
H A Des31fTextureLevelStateQueryTests.cpp497 GL_RGB16F, GL_RGBA16F, GL_R32F, GL_RG32F, GL_RGB32F, GL_RGBA32F, GL_R11F_G11F_B10F, GL_RGB9_E5, GL_R8I,
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp166 case FMT_CASE(RGB, FLOAT): return GL_RGB32F;
379 case GL_RGB32F: return TextureFormat(TextureFormat::RGB, TextureFormat::FLOAT);
460 case GL_RGB32F:
H A DgluStrUtil.inl781 case GL_RGB32F: return "GL_RGB32F";
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.cpp78 AddDXGIToESEntry(&map, DXGI_FORMAT_R32G32B32_FLOAT, GL_RGB32F);
416 map.insert(InternalFormatInitializerPair(GL_RGB32F, Initialize4ComponentData<GLfloat, 0x00000000, 0x00000000, 0x00000000, gl::Float32One>));
493 InsertLoadFunction(&map, GL_RGB32F, GL_FLOAT, LoadToNative3To4<GLfloat, gl::Float32One>);
759 InsertD3D11FormatInfo(&map, GL_RGB32F, DXGI_FORMAT_R32G32B32A32_FLOAT, DXGI_FORMAT_R32G32B32A32_FLOAT, DXGI_FORMAT_R32G32B32A32_FLOAT, DXGI_FORMAT_UNKNOWN);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.cpp157 map.insert(InternalFormatInitialzerPair(GL_RGB32F, Initialize4ComponentData<GLfloat, 0x00000000, 0x00000000, 0x00000000, gl::Float32One>));
/external/chromium_org/third_party/angle/include/GLES3/
H A Dgl3.h579 #define GL_RGB32F 0x8815 macro

Completed in 3533 milliseconds

12