Home
last modified time | relevance | path

Searched refs:GL_SAMPLES (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp148 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()
Des31fMultisampleShaderRenderCase.cpp119 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()
Des31fFboTestCase.cpp352 …gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sa… in querySampleCounts()
Des31fShaderTextureSizeTests.cpp167 …gl.getInternalformativ(getTextureGLTarget(), getTextureGLInternalFormat(), GL_SAMPLES, 1, &maxSamp… in init()
Des31fTextureMultisampleTests.cpp1124 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()
Des31fMultisampleTests.cpp263 gl.getIntegerv(GL_SAMPLES, &m_numSamples); in init()
Des31fNegativeBufferApiTests.cpp1801 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()
Des31fTextureLevelStateQueryTests.cpp909 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/
DSkiaSampleRenderer.java44 ((GL11) gl).glGetIntegerv(GL11.GL_SAMPLES, value, 0); in onSurfaceCreated()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]); in test()
Des3fFboTestCase.cpp345 …gl.getInternalformativ(GL_RENDERBUFFER, format, GL_SAMPLES, (glw::GLsizei)sampleCounts.size(), &sa… in querySampleCounts()
Des3fMultisampleTests.cpp452 …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()
Des3fNegativeBufferApiTests.cpp1382 glGetInternalformativ (GL_RENDERBUFFER, GL_RGBA4, GL_SAMPLES, 1, &maxSamplesSupportedRGBA4); in init()
Des3fIntegerStateQueryTests.cpp999 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()
Des3fRasterizationTests.cpp185 gl.getInternalformativ(GL_RENDERBUFFER, m_fboInternalFormat, GL_SAMPLES, 1, &maxSampleCount); in init()
/external/deqp/framework/opengl/
DgluStrUtil.inl99 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/
DtcuNullRenderContext.cpp438 case GL_SAMPLES: in glGetInternalformativ()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/mesa3d/include/GLES2/
Dgl2.h213 #define GL_SAMPLES 0x80A9 macro
/external/mesa3d/include/GLES/
Dgl.h272 #define GL_SAMPLES 0x80A9 macro
/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp720 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()
Des2fMultisampleTests.cpp366 m_numSamples = getGLInteger(GL_SAMPLES); in init()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl329 #define GL_SAMPLES 0x80A9 macro
/external/mesa3d/include/GL/
Dgl.h1815 #define GL_SAMPLES 0x80A9 macro

12