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

1 2 3 4 5

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 61 { "rgba16ui", GL_RGBA16UI, },
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 210 { "rgba16ui", GL_RGBA16UI, true },
es3fFboTestCase.cpp 159 case GL_RGBA16UI:
280 case GL_RGBA16UI:
es3fRboStateQueryTests.cpp 185 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI
249 { GL_RGBA16UI, 16, 16, 16, 16 },
es3fFboCompletenessTests.cpp 53 GL_RGBA8I, GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
es3fPixelBufferObjectTests.cpp 637 GL_RGBA16UI,
es3fFragmentOutputTests.cpp     [all...]
es3fFboStateQueryTests.cpp 530 { GL_RGBA16UI, GL_UNSIGNED_INT },
    [all...]
es3fFboTestUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 164 case GL_RGBA16UI:
287 case GL_RGBA16UI:
es31fTextureFormatTests.cpp 445 { "rgba16ui", GL_RGBA16UI, },
557 { "rgba16ui", GL_RGBA16UI, },
es31fFboColorbufferTests.cpp 276 GL_RGBA16UI,
es31fInternalFormatQueryTests.cpp 405 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT },
es31fTextureLevelStateQueryTests.cpp 298 internalFormat == GL_RGBA16UI ||
347 internalFormat == GL_RGBA16UI ||
598 GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
    [all...]
es31fFboTestUtil.cpp 493 case GL_RGBA16UI: return "rgba16ui";
es31fTextureSpecificationTests.cpp 784 { "rgba16ui", GL_RGBA16UI, },
    [all...]
es31fCopyImageTests.cpp 409 case GL_RGBA16UI:
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 139 public static final int GL_RGBA16UI = 0x8D76;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 163 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
487 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
606 case GL_RGBA16UI:
    [all...]
gluStrUtil.inl     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 140 public final int GL_RGBA16UI = 0x8D76;
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.h 187 #define GL_RGBA16UI 0x8D76
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.h 197 #define GL_RGBA16UI 0x8D76
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 139 public static final int GL_RGBA16UI = 0x8D76;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 820 GL_RGBA16UI(0x8D76),
    [all...]

Completed in 835 milliseconds

1 2 3 4 5