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

1 2 3 4 5

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 85 { "rg32f", GL_RG32F, },
  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 205 case GL_RG32F:
235 case GL_RG32F:
321 case GL_RG32F:
es3fFboCompletenessTests.cpp 92 GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
es3fPixelBufferObjectTests.cpp 184 || m_renderbufferFormat == GL_RG32F
659 GL_RG32F,
es3fFboMultisampleTests.cpp 283 GL_RG32F,
es3fFboRenderTest.cpp 180 case GL_RG32F:
    [all...]
es3fFragmentOutputTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 210 case GL_RG32F:
241 case GL_RG32F:
328 case GL_RG32F:
es31fInternalFormatQueryTests.cpp 97 if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m_internalFormat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalFormat == GL_R11F_G11F_B10F)
102 else if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m_internalFormat == GL_RGBA32F)
414 { "rg32f", GL_RG32F, FormatSamplesCase::FORMAT_INT },
es31fTextureFormatTests.cpp 469 { "rg32f", GL_RG32F, },
543 { "rg32f", GL_RG32F, },
es31fFboColorbufferTests.cpp 312 GL_RG32F,
es31fFboTestUtil.cpp 514 case GL_RG32F: return "rg32f";
es31fTextureBorderClampTests.cpp     [all...]
es31fTextureLevelStateQueryTests.cpp 330 internalFormat == GL_RG32F ||
595 GL_RGB16F, GL_RGBA16F, GL_R32F, GL_RG32F, GL_RGB32F, GL_RGBA32F, GL_R11F_G11F_B10F, GL_RGB9_E5, GL_R8I,
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 225 public static final int GL_RG32F = 0x8230;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 189 case FMT_CASE(RG, FLOAT): return GL_RG32F;
513 case GL_RG32F: return TextureFormat(TextureFormat::RG, TextureFormat::FLOAT);
582 case GL_RG32F:
    [all...]
gluStrUtil.inl     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 226 public final int GL_RG32F = 0x8230;
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 523 case GL_RG32F:
    [all...]
texformat.c 843 case GL_RG32F:
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 273 #define GL_RG32F 0x8230
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 283 #define GL_RG32F 0x8230
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 1054 { GL_RG32F, 0 },
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 225 public static final int GL_RG32F = 0x8230;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 901 GL_RG32F(0x8230),
    [all...]

Completed in 174 milliseconds

1 2 3 4 5