Searched refs:GL_MAX_SAMPLES (Results 1 – 13 of 13) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 230 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in FboHelper() 333 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in init() 492 const int maxSamples = getInteger(gl, GL_MAX_SAMPLES); in init()
|
D | es31fShaderBuiltinConstantTests.cpp | 371 …haderBuiltinConstantCase<int>(m_context, "gl_MaxSamples", getInteger<GL_MAX_SAMPLES>, "GL_OES_samp… in init()
|
D | es31fIntegerStateQueryTests.cpp | 810 …"Test MAX_FRAMEBUFFER_SAMPLES", GL_MAX_FRAMEBUFFER_SAMPLES, 4, GL_MAX_SAMPLES, verifier)) in init()
|
D | es31fSampleVariableTests.cpp | 370 gl.getIntegerv(GL_MAX_SAMPLES, &maxSamples); in preDraw()
|
/external/deqp/modules/gles3/functional/ |
D | es3fInternalFormatQueryTests.cpp | 104 glGetIntegerv(GL_MAX_SAMPLES, &maxSamples); in test()
|
D | es3fRboStateQueryTests.cpp | 344 glGetIntegerv(GL_MAX_SAMPLES, &max_samples); in test()
|
D | es3fIntegerStateQueryTests.cpp | 2798 …{ "max_samples", "MAX_SAMPLES has minimum value of 4", GL_MAX_SAMPLES, 4… in init()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL30.java | 211 public final int GL_MAX_SAMPLES = 0x8D57; field
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1214 case GL_MAX_SAMPLES: return "GL_MAX_SAMPLES";
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1018 #define GL_MAX_SAMPLES 0x8D57 macro
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 1218 { GL_MAX_SAMPLES, CONTEXT_INT(Const.MaxSamples),
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 3441 #define GL_MAX_SAMPLES 0x8D57 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 2008 #define GL_MAX_SAMPLES 0x8D57 macro
|