/external/chromium_org/gpu/command_buffer/service/ |
H A D | feature_info_unittest.cc | 460 EXPECT_FALSE(info_->validators()->pixel_type.IsValid(GL_HALF_FLOAT_OES)); 472 GL_HALF_FLOAT_OES)); 474 GL_HALF_FLOAT_OES)); 476 GL_HALF_FLOAT_OES)); 478 GL_HALF_FLOAT_OES)); 480 GL_HALF_FLOAT_OES)); 493 EXPECT_FALSE(info_->validators()->pixel_type.IsValid(GL_HALF_FLOAT_OES)); 505 GL_HALF_FLOAT_OES)); 507 GL_HALF_FLOAT_OES)); 509 GL_HALF_FLOAT_OES)); [all...] |
H A D | feature_info.cc | 495 texture_format_validators_[GL_ALPHA].AddValue(GL_HALF_FLOAT_OES); 496 texture_format_validators_[GL_RGB].AddValue(GL_HALF_FLOAT_OES); 497 texture_format_validators_[GL_RGBA].AddValue(GL_HALF_FLOAT_OES); 498 texture_format_validators_[GL_LUMINANCE].AddValue(GL_HALF_FLOAT_OES); 499 texture_format_validators_[GL_LUMINANCE_ALPHA].AddValue(GL_HALF_FLOAT_OES); 500 validators_.pixel_type.AddValue(GL_HALF_FLOAT_OES); 501 validators_.read_pixel_type.AddValue(GL_HALF_FLOAT_OES);
|
H A D | texture_manager_unittest.cc | 1200 GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGBA, GL_HALF_FLOAT_OES, true); 1230 GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGBA, GL_HALF_FLOAT_OES, true);
|
H A D | texture_manager.cc | 711 } else if (first_face.type == GL_HALF_FLOAT_OES &&
|
H A D | gles2_cmd_decoder.cc | 10039 return GL_HALF_FLOAT_OES; 10041 return GL_HALF_FLOAT_OES; 10043 return GL_HALF_FLOAT_OES; 10045 return GL_HALF_FLOAT_OES; 10047 return GL_HALF_FLOAT_OES;
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
H A D | validationES2.cpp | 269 case GL_HALF_FLOAT_OES: 288 case GL_HALF_FLOAT_OES: 303 case GL_HALF_FLOAT_OES: 318 case GL_HALF_FLOAT_OES: 330 case GL_HALF_FLOAT_OES: 343 case GL_HALF_FLOAT_OES: 447 else if (type == GL_HALF_FLOAT_OES)
|
H A D | formatutils.cpp | 54 InsertFormatMapping(&map, GL_ALPHA, GL_HALF_FLOAT_OES, GL_ALPHA16F_EXT, WriteColor<A16F, GLfloat> ); 58 InsertFormatMapping(&map, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_LUMINANCE16F_EXT, WriteColor<L16F, GLfloat> ); 62 InsertFormatMapping(&map, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_LUMINANCE_ALPHA16F_EXT, WriteColor<L16A16F, GLfloat> ); 66 InsertFormatMapping(&map, GL_RED, GL_HALF_FLOAT_OES, GL_R16F_EXT, WriteColor<R16F, GLfloat> ); 70 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F_EXT, WriteColor<R16G16F, GLfloat> ); 75 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT_OES, GL_RGB16F_EXT, WriteColor<R16G16B16F, GLfloat> ); 81 InsertFormatMapping(&map, GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA16F_EXT, WriteColor<R16G16B16A16F, GLfloat>); 416 map.insert(TypeInfoPair(GL_HALF_FLOAT_OES, TypeInfo( 2, false))); 819 map.insert(InternalFormatInfoPair(GL_R16F_EXT, InternalFormatInfo::RGBAFormat(16, 0, 0, 0, 0, GL_RED, GL_HALF_FLOAT_OES, GL_FLOAT, false, CheckSupport<&Context::supportsRGTextures, &rx::Renderer::getRGTextureSupport>, CheckSupport<&Context::supportsRGTextures, &rx::Renderer::getRGTextureSupport>, CheckSupport<&Context::supportsRGTextures> ))); 821 map.insert(InternalFormatInfoPair(GL_RG16F_EXT, InternalFormatInfo::RGBAFormat(16, 16, 0, 0, 0, GL_RG, GL_HALF_FLOAT_OES, GL_FLOA [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
H A D | gl_readback_unittest.cc | 159 TestFormat rgb16f = { GL_RGB, GL_HALF_FLOAT_OES, 3 }; 162 TestFormat rgba16f = { GL_RGBA, GL_HALF_FLOAT_OES, 4 }; 277 case GL_HALF_FLOAT_OES: {
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 95 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_HALF_FLOAT_OES), 96 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_HALF_FLOAT_OES),
|
/external/chromium_org/gpu/command_buffer/common/ |
H A D | gles2_cmd_utils.cc | 382 case GL_HALF_FLOAT_OES: 618 return GL_HALF_FLOAT_OES; 624 case GL_HALF_FLOAT_OES:
|
/external/chromium_org/ui/gl/ |
H A D | gl_gl_api_implementation.cc | 94 } else if (type == GL_HALF_FLOAT_OES) { 121 if (type == GL_HALF_FLOAT_OES)
|
H A D | gl_bindings.h | 60 #define GL_HALF_FLOAT_OES 0x8D61 macro
|
/external/deqp/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 159 GLS_UNSIZED_FORMATKEY(GL_RED, GL_HALF_FLOAT_OES), 160 GLS_UNSIZED_FORMATKEY(GL_RG, GL_HALF_FLOAT_OES),
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
H A D | WebGLTexture.cpp | 357 m_isHalfFloatType = m_info[0][0].type == GL_HALF_FLOAT_OES;
|
H A D | WebGLFramebuffer.cpp | 385 && !(type == GL_HALF_FLOAT_OES && context()->extensionEnabled(OESTextureHalfFloatName))) {
|
H A D | WebGLRenderingContextBase.cpp | 3055 case GL_HALF_FLOAT_OES: 4586 case GL_HALF_FLOAT_OES: 4610 && type != GL_HALF_FLOAT_OES) { 4619 && type != GL_HALF_FLOAT_OES) { 4629 && type != GL_HALF_FLOAT_OES) { 4800 case GL_HALF_FLOAT_OES: // OES_texture_half_float
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | readpix.c | 43 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 45 #ifndef GL_HALF_FLOAT_OES 46 #define GL_HALF_FLOAT_OES 0x8D61 macro 719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) {
|
H A D | teximage.c | 53 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 55 #ifndef GL_HALF_FLOAT_OES 56 #define GL_HALF_FLOAT_OES 0x8D61 macro 1631 || type == GL_HALF_FLOAT_OES); 1638 || type == GL_HALF_FLOAT_OES); 1646 || type == GL_HALF_FLOAT_OES
|
/external/mesa3d/src/mesa/main/ |
H A D | readpix.c | 43 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 45 #ifndef GL_HALF_FLOAT_OES 46 #define GL_HALF_FLOAT_OES 0x8D61 macro 719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) {
|
H A D | teximage.c | 53 /* Inexplicably, GL_HALF_FLOAT_OES has a different value than GL_HALF_FLOAT. 55 #ifndef GL_HALF_FLOAT_OES 56 #define GL_HALF_FLOAT_OES 0x8D61 macro 1631 || type == GL_HALF_FLOAT_OES); 1638 || type == GL_HALF_FLOAT_OES); 1646 || type == GL_HALF_FLOAT_OES
|
/external/deqp/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 423 #if !defined(GL_HALF_FLOAT_OES) 424 # define GL_HALF_FLOAT_OES 0x8D61 macro 433 case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA; format = GL_RGBA; type = GL_HALF_FLOAT_OES; break;
|
/external/deqp/framework/opengl/ |
H A D | gluStrUtil.inl | 43 case GL_HALF_FLOAT_OES: return "GL_HALF_FLOAT_OES";
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
H A D | WebGLImageConversion.cpp | 53 case GL_HALF_FLOAT_OES: // OES_texture_half_float 1485 case GL_HALF_FLOAT_OES: // OES_texture_half_float
|
/external/chromium_org/third_party/mesa/src/include/GLES2/ |
H A D | gl2ext.h | 138 #define GL_HALF_FLOAT_OES 0x8D61 macro 153 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
|
/external/mesa3d/include/GLES2/ |
H A D | gl2ext.h | 138 #define GL_HALF_FLOAT_OES 0x8D61 macro 153 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
|