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

1 2 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_formatquery.c 98 case GL_NUM_SAMPLE_COUNTS: {
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 59 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts);
139 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts);
147 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 0, &queryTargetValue);
es3fNegativeStateApiTests.cpp     [all...]
es3fFboTestCase.cpp 340 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 126 gl.getInternalformativ(m_target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
127 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_NUM_SAMPLE_COUNTS");
129 m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage;
135 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample configuration, got GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage;
231 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-needed buffer." << tcu::TestLog::EndMessage;
232 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 2, buffer);
233 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_NUM_SAMPLE_COUNTS");
246 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to zero-sized buffer." << tcu::TestLog::EndMessage;
247 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 0, buffer);
248 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_NUM_SAMPLE_COUNTS");
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
es31fFboTestCase.cpp 347 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
  /external/mesa3d/src/mesa/main/
formatquery.c 131 case GL_NUM_SAMPLE_COUNTS:
296 case GL_NUM_SAMPLE_COUNTS:
616 case GL_NUM_SAMPLE_COUNTS:
859 case GL_NUM_SAMPLE_COUNTS:
884 if (pname == GL_NUM_SAMPLE_COUNTS && ctx->API == API_OPENGLES2 &&
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 330 public static final int GL_NUM_SAMPLE_COUNTS = 0x9380;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 433 case GL_NUM_SAMPLE_COUNTS:
  /external/deqp/framework/opengl/
gluStrUtil.inl     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java 330 public static final int GL_NUM_SAMPLE_COUNTS = 0x9380;
    [all...]
  /prebuilts/ndk/r11/sources/android/ndk_helper/
gl3stub.h 386 #define GL_NUM_SAMPLE_COUNTS 0x9380
    [all...]
  /prebuilts/ndk/r13/sources/android/ndk_helper/
gl3stub.h 386 #define GL_NUM_SAMPLE_COUNTS 0x9380
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /development/ndk/platforms/android-21/include/GLES3/
gl3.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/GLES3/
gl3.h     [all...]
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/GLES3/
gl3.h     [all...]

Completed in 730 milliseconds

1 2 3 4 5