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

1 2

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 73 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, },
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 225 case GL_R11F_G11F_B10F:
304 case GL_R11F_G11F_B10F:
es3fFboCompletenessTests.cpp 91 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F,
130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
es3fPixelBufferObjectTests.cpp 185 || m_renderbufferFormat == GL_R11F_G11F_B10F)
649 GL_R11F_G11F_B10F,
es3fFboMultisampleTests.cpp 282 GL_R11F_G11F_B10F,
es3fFragmentOutputTests.cpp 923 GL_R11F_G11F_B10F,
    [all...]
es3fTextureStateQueryTests.cpp 643 GL_RGB8I, GL_RGB8UI, GL_SRGB8, GL_R11F_G11F_B10F, GL_RGB9_E5, GL_RG32F,
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 229 case GL_R11F_G11F_B10F:
309 case GL_R11F_G11F_B10F:
es31fFboColorbufferTests.cpp 311 GL_R11F_G11F_B10F,
es31fTextureFilteringTests.cpp 483 { "r11f_g11f_b10f", GL_R11F_G11F_B10F },
es31fTextureFormatTests.cpp 446 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, },
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 165 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F;
378 case GL_R11F_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
453 case GL_R11F_G11F_B10F:
    [all...]
gluStrUtil.inl 780 case GL_R11F_G11F_B10F: return "GL_R11F_G11F_B10F";
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.cpp 347 requiredFormats.push_back(GL_R11F_G11F_B10F);
validationES3.cpp 80 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV );
84 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT );
85 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT_OES );
90 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT );
    [all...]
formatutils.cpp 70 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_R11F_G11F_B10F, WriteColor<R11G11B10F, GLfloat> );
399 map.insert(InternalFormatInfoPair(GL_R11F_G11F_B10F, RGBAFormat(11, 11, 10, 0, 0, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_FLOAT, false, RequireESVersion<3>, RequireExtension<&Extensions::colorBufferFloat>, AlwaysSupported)));
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.cpp 82 AddDXGIToESEntry(&map, DXGI_FORMAT_R11G11B10_FLOAT, GL_R11F_G11F_B10F);
485 InsertLoadFunction(&map, GL_R11F_G11F_B10F, GL_UNSIGNED_INT_10F_11F_11F_REV, LoadToNative<GLuint, 1> );
489 InsertLoadFunction(&map, GL_R11F_G11F_B10F, GL_HALF_FLOAT, LoadRGB16FToRG11B10F );
490 InsertLoadFunction(&map, GL_R11F_G11F_B10F, GL_HALF_FLOAT_OES, LoadRGB16FToRG11B10F );
495 InsertLoadFunction(&map, GL_R11F_G11F_B10F, GL_FLOAT, LoadRGB32FToRG11B10F );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.c 662 case GL_R11F_G11F_B10F:
    [all...]
texformat.c 430 case GL_R11F_G11F_B10F:
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 165 GL_R11F_G11F_B10F,
  /external/mesa3d/src/mesa/main/
glformats.c 662 case GL_R11F_G11F_B10F:
    [all...]
texformat.c 430 case GL_R11F_G11F_B10F:
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 164 #define GL_R11F_G11F_B10F 0x8C3A
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 174 #define GL_R11F_G11F_B10F 0x8C3A
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c     [all...]

Completed in 1196 milliseconds

1 2