HomeSort by relevance Sort by last modified time
    Searched refs:GL_HALF_FLOAT_OES (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/chromium_org/gpu/command_buffer/service/
feature_info_unittest.cc 641 EXPECT_FALSE(info_->validators()->pixel_type.IsValid(GL_HALF_FLOAT_OES));
653 GL_HALF_FLOAT_OES));
655 GL_HALF_FLOAT_OES));
657 GL_HALF_FLOAT_OES));
659 GL_HALF_FLOAT_OES));
661 GL_HALF_FLOAT_OES));
674 EXPECT_FALSE(info_->validators()->pixel_type.IsValid(GL_HALF_FLOAT_OES));
686 GL_HALF_FLOAT_OES));
688 GL_HALF_FLOAT_OES));
690 GL_HALF_FLOAT_OES));
    [all...]
feature_info.cc 473 // TODO(dshwang): GLES3 supports half float by default but GL_HALF_FLOAT_OES
498 texture_format_validators_[GL_ALPHA].AddValue(GL_HALF_FLOAT_OES);
499 texture_format_validators_[GL_RGB].AddValue(GL_HALF_FLOAT_OES);
500 texture_format_validators_[GL_RGBA].AddValue(GL_HALF_FLOAT_OES);
501 texture_format_validators_[GL_LUMINANCE].AddValue(GL_HALF_FLOAT_OES);
502 texture_format_validators_[GL_LUMINANCE_ALPHA].AddValue(GL_HALF_FLOAT_OES);
503 validators_.pixel_type.AddValue(GL_HALF_FLOAT_OES);
504 validators_.read_pixel_type.AddValue(GL_HALF_FLOAT_OES);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 295 case GL_HALF_FLOAT_OES:
315 case GL_HALF_FLOAT_OES:
333 case GL_HALF_FLOAT_OES:
346 case GL_HALF_FLOAT_OES:
360 case GL_HALF_FLOAT_OES:
495 else if (type == GL_HALF_FLOAT_OES)
validationES3.cpp 65 InsertES3FormatCombo(&set, GL_RGBA16F, GL_RGBA, GL_HALF_FLOAT_OES );
83 InsertES3FormatCombo(&set, GL_RGB16F, GL_RGB, GL_HALF_FLOAT_OES );
85 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT_OES );
87 InsertES3FormatCombo(&set, GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT_OES );
101 InsertES3FormatCombo(&set, GL_RG16F, GL_RG, GL_HALF_FLOAT_OES );
113 InsertES3FormatCombo(&set, GL_R16F, GL_RED, GL_HALF_FLOAT_OES );
154 InsertES3FormatCombo(&set, GL_LUMINANCE_ALPHA, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES );
156 InsertES3FormatCombo(&set, GL_LUMINANCE, GL_LUMINANCE, GL_HALF_FLOAT_OES );
158 InsertES3FormatCombo(&set, GL_ALPHA, GL_ALPHA, GL_HALF_FLOAT_OES );
173 InsertES3FormatCombo(&set, GL_ALPHA16F_EXT, GL_ALPHA, GL_HALF_FLOAT_OES );
    [all...]
formatutils.cpp 57 InsertFormatMapping(&map, GL_RGBA, GL_HALF_FLOAT_OES, GL_RGBA16F, WriteColor<R16G16B16A16F, GLfloat>);
74 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT_OES, GL_RGB16F, WriteColor<R16G16B16F, GLfloat> );
87 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F, WriteColor<R16G16F, GLfloat> );
100 InsertFormatMapping(&map, GL_RED, GL_HALF_FLOAT_OES, GL_R16F, WriteColor<R16F, GLfloat> );
116 InsertFormatMapping(&map, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_LUMINANCE_ALPHA16F_EXT, WriteColor<L16A16F, GLfloat> );
118 InsertFormatMapping(&map, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_LUMINANCE16F_EXT, WriteColor<L16F, GLfloat> );
120 InsertFormatMapping(&map, GL_ALPHA, GL_HALF_FLOAT_OES, GL_ALPHA16F_EXT, WriteColor<A16F, GLfloat> );
181 InsertTypeInfo(&map, GL_HALF_FLOAT_OES, 2, false);
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
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: {
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 36 (type == GL_HALF_FLOAT_OES))
  /external/deqp/modules/gles2/functional/
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/
gles2_cmd_utils.cc 382 case GL_HALF_FLOAT_OES:
642 return GL_HALF_FLOAT_OES;
648 case GL_HALF_FLOAT_OES:
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.cpp 470 InsertLoadFunction(&map, GL_RGBA16F, GL_HALF_FLOAT_OES, LoadToNative<GLhalf, 4> );
488 InsertLoadFunction(&map, GL_RGB16F, GL_HALF_FLOAT_OES, LoadToNative3To4<GLhalf, gl::Float16One>);
490 InsertLoadFunction(&map, GL_R11F_G11F_B10F, GL_HALF_FLOAT_OES, LoadRGB16FToRG11B10F );
492 InsertLoadFunction(&map, GL_RGB9_E5, GL_HALF_FLOAT_OES, LoadRGB16FToRGB9E5 );
    [all...]
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 94 } else if (type == GL_HALF_FLOAT_OES) {
121 if (type == GL_HALF_FLOAT_OES)
gl_bindings.h 60 #define GL_HALF_FLOAT_OES 0x8D61
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 31 case GL_HALF_FLOAT_OES:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 31 case GL_HALF_FLOAT_OES:
  /external/deqp/modules/glshared/
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/
WebGLTexture.cpp 363 m_isHalfFloatType = m_info[0][0].type == GL_HALF_FLOAT_OES;
WebGLFramebuffer.cpp 408 && !(type == GL_HALF_FLOAT_OES && context()->extensionEnabled(OESTextureHalfFloatName))) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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
719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) {
  /external/mesa3d/src/mesa/main/
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
719 if (type == GL_FLOAT || type == GL_HALF_FLOAT_OES) {
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 423 #if !defined(GL_HALF_FLOAT_OES)
424 # define GL_HALF_FLOAT_OES 0x8D61
433 case FBO_RGBA_FLOAT16: internalFormat = GL_RGBA; format = GL_RGBA; type = GL_HALF_FLOAT_OES; break;
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 115 #define GL_HALF_FLOAT_OES 0x8D61
119 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 115 #define GL_HALF_FLOAT_OES 0x8D61
119 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 115 #define GL_HALF_FLOAT_OES 0x8D61
119 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 115 #define GL_HALF_FLOAT_OES 0x8D61
119 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 115 #define GL_HALF_FLOAT_OES 0x8D61
119 /* GL_HALF_FLOAT_OES defined in GL_OES_texture_half_float already. */

Completed in 8930 milliseconds

1 2 3 4