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

1 2 3

  /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:
270 case GL_RGBA16UI:
es3fRboStateQueryTests.cpp 186 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI
250 { 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 163 case GL_RGBA16UI:
275 case GL_RGBA16UI:
es31fTextureFormatTests.cpp 434 { "rgba16ui", GL_RGBA16UI, },
546 { "rgba16ui", GL_RGBA16UI, },
es31fFboColorbufferTests.cpp 276 GL_RGBA16UI,
es31fInternalFormatQueryTests.cpp 386 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT },
es31fTextureLevelStateQueryTests.cpp 293 internalFormat == GL_RGBA16UI ||
342 internalFormat == GL_RGBA16UI ||
593 GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
    [all...]
es31fFboTestUtil.cpp 493 case GL_RGBA16UI: return "rgba16ui";
es31fTextureSpecificationTests.cpp 784 { "rgba16ui", GL_RGBA16UI, },
    [all...]
es31fCopyImageTests.cpp 397 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 162 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI;
486 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16);
605 case GL_RGBA16UI:
    [all...]
gluStrUtil.inl     [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...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h 609 #define GL_RGBA16UI 0x8D76
    [all...]

Completed in 146 milliseconds

1 2 3