/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 148 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]); in iterate() 308 …gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, (glw::GLsizei)buffer.size(… in iterate() 324 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 2, buffer); in iterate() 339 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 0, buffer); in iterate()
|
D | es31fMultisampleShaderRenderCase.cpp | 119 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 1, &maxTextureSamples); in init() 129 gl.getInternalformativ(GL_RENDERBUFFER, GL_RGBA8, GL_SAMPLES, 1, &maxRboSamples); in init()
|
D | es31fFboTestCase.cpp | 352 …gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sa… in querySampleCounts()
|
D | es31fShaderTextureSizeTests.cpp | 167 …gl.getInternalformativ(getTextureGLTarget(), getTextureGLInternalFormat(), GL_SAMPLES, 1, &maxSamp… in init()
|
D | es31fTextureMultisampleTests.cpp | 1124 gl.getInternalformativ(textureTarget, internalFormat, GL_SAMPLES, 1, &maxSamples); in init() 1772 gl.getInternalformativ(target, m_internalFormat, GL_SAMPLES, sampleCount, &samples[0]); in getFormatSamples() 1995 gl.glGetInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 1, &maxSamples); in iterate()
|
D | es31fMultisampleTests.cpp | 263 gl.getIntegerv(GL_SAMPLES, &m_numSamples); in init()
|
D | es31fNegativeBufferApiTests.cpp | 1801 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in renderbuffer_storage_multisample() 1802 …ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA8UI, GL_SAMPLES, 1, &maxSamplesSupportedRGBA… in renderbuffer_storage_multisample()
|
D | es31fTextureLevelStateQueryTests.cpp | 909 gl.getInternalformativ(m_target, internalFormat, GL_SAMPLES, sampleCount, &samples[0]); in getFormatSamples()
|
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/ |
D | SkiaSampleRenderer.java | 44 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0); in onSurfaceCreated()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]); in test()
|
D | es3fFboTestCase.cpp | 345 …gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sa… in querySampleCounts()
|
D | es3fMultisampleTests.cpp | 452 …GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &m_numSampl… in init() 461 m_numSamples = getGLInteger(GL_SAMPLES); in init() 500 …GLU_CHECK_CALL(glGetInternalformativ(GL_RENDERBUFFER, FBO_COLOR_FORMAT, GL_SAMPLES, 1, &maxSampleC… in init()
|
D | es3fNegativeBufferApiTests.cpp | 1382 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in init()
|
D | es3fIntegerStateQueryTests.cpp | 999 m_verifier->verifyInteger(m_testCtx, GL_SAMPLES, m_context.getRenderTarget().getNumSamples()); in test() 1008 …m_verifier->verifyIntegerAnyOf(m_testCtx, GL_SAMPLES, validSamples, DE_LENGTH_OF_ARRAY(validSample… in test()
|
D | es3fRasterizationTests.cpp | 185 gl.getInternalformativ(GL_RENDERBUFFER, m_fboInternalFormat, GL_SAMPLES, 1, &maxSampleCount); in init()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 99 case GL_SAMPLES: return "GL_SAMPLES"; 1213 case GL_SAMPLES: return "GL_SAMPLES"; 1427 case GL_SAMPLES: return "GL_SAMPLES";
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 438 case GL_SAMPLES: in glGetInternalformativ()
|
/external/robolectric/v1/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/mesa3d/include/GLES2/ |
D | gl2.h | 213 #define GL_SAMPLES 0x80A9 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 272 #define GL_SAMPLES 0x80A9 macro
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 720 m_verifier->verifyInteger(m_testCtx, GL_SAMPLES, m_context.getRenderTarget().getNumSamples()); in test() 729 …m_verifier->verifyIntegerAnyOf(m_testCtx, GL_SAMPLES, validSamples, DE_LENGTH_OF_ARRAY(validSample… in test()
|
D | es2fMultisampleTests.cpp | 366 m_numSamples = getGLInteger(GL_SAMPLES); in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 329 #define GL_SAMPLES 0x80A9 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 1815 #define GL_SAMPLES 0x80A9 macro
|