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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 42 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0);
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleRenderer.java 42 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0);
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 127 gl.getInternalformativ(m_texTarget, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]);
128 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_SAMPLES");
135 samplesMsg << "GL_SAMPLES = [";
283 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_SAMPLES to larger-than-needed buffer." << tcu::TestLog::EndMessage;
284 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, (glw::GLsizei)buffer.size(), &buffer[0]);
285 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_SAMPLES");
299 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_SAMPLES to buffer with bufSize=2." << tcu::TestLog::EndMessage;
300 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 2, buffer);
301 GLU_EXPECT_NO_ERROR(gl.getError(), "get GL_SAMPLES");
314 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_SAMPLES to zero-sized buffer." << tcu::TestLog::EndMessage
    [all...]
es31fFboTestCase.cpp 340 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sampleCounts[0]);
es31fShaderTextureSizeTests.cpp 159 gl.getInternalformativ(getTextureGLTarget(), getTextureGLInternalFormat(), GL_SAMPLES, 1, &maxSamples);
es31fMultisampleShaderRenderCase.cpp 113 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 1, &maxTextureSamples);
123 gl.getInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, 1, &maxRboSamples);
es31fTextureMultisampleTests.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 112 public static final int GL_SAMPLES = 0x80A9;
GLES20Header.java-if 137 public static final int GL_SAMPLES = 0x80A9;
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 81 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]);
es3fFboTestCase.cpp 335 gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sampleCounts[0]);
es3fMultisampleTests.cpp 450 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &m_numSamples));
459 m_numSamples = getGLInteger(GL_SAMPLES);
460 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;
489 // \note We don't do the check until now because some implementations can't handle the GL_SAMPLES query with glGetInternalformativ(),
498 GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleCount));
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 97 case GL_SAMPLES: return "GL_SAMPLES";
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 189 case GL_SAMPLES:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 189 case GL_SAMPLES:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 123 GL_SAMPLES,
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 112 public static final int GL_SAMPLES = 0x80A9;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 110 int GL_SAMPLES = 0x80A9;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 149 case GL_SAMPLES:
gles2_cmd_utils_implementation_autogen.h 586 0x80A9, "GL_SAMPLES",
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 272 #define GL_SAMPLES 0x80A9
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 213 #define GL_SAMPLES 0x80A9
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 213 #define GL_SAMPLES 0x80A9
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 188 #define GL_SAMPLES 0x80A9

Completed in 228 milliseconds

1 2 3 4 5 6 7 8 9