Searched refs:GL_SAMPLE_BUFFERS (Results 1 - 25 of 36) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluStrUtil.inl99 case GL_SAMPLE_BUFFERS: return "GL_SAMPLE_BUFFERS";
1213 case GL_SAMPLE_BUFFERS: return "GL_SAMPLE_BUFFERS";
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp402 case GL_SAMPLE_BUFFERS:
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h271 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/include/GLES/
H A Dgl.h232 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp1242 case GL_SAMPLE_BUFFERS:
1252 case GL_SAMPLE_BUFFERS:
1479 case GL_SAMPLE_BUFFERS:
1631 case GL_SAMPLE_BUFFERS:
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h271 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h212 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp1335 case GL_SAMPLE_BUFFERS:
1345 case GL_SAMPLE_BUFFERS:
1556 case GL_SAMPLE_BUFFERS:
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1977 case GL_SAMPLE_BUFFERS:
1987 case GL_SAMPLE_BUFFERS:
2571 case GL_SAMPLE_BUFFERS:
/external/deqp/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp270 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero.");
284 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers);
285 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage;
290 m_log << TestLog::Message << "// ERROR: expected GL_READ_FRAMEBUFFER_BINDING to be non-zero and GL_SAMPLE_BUFFERS to be greater than zero" << TestLog::EndMessage;
1210 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the value of GL_SAMPLE_BUFFERS for the draw buffer is greater than zero.");
1217 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the formats of draw and read buffers are not identical.");
1224 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the source and destination rectangles are not defined with the same (X0, Y0) and (X1, Y1) bounds.");
H A Des3fIntegerStateQueryTests.cpp973 m_log << tcu::TestLog::Message << "Sample count is " << (m_context.getRenderTarget().getNumSamples()) << ", expecting GL_SAMPLE_BUFFERS to be " << expectedSampleBuffers << tcu::TestLog::EndMessage;
975 m_verifier->verifyInteger(m_testCtx, GL_SAMPLE_BUFFERS, expectedSampleBuffers);
/external/mesa3d/include/GLES2/
H A Dgl2.h190 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/include/GLES2/
H A Dgl2.h192 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h236 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3808 GL_SAMPLE_BUFFERS,
3815 "GL_SAMPLE_BUFFERS",
3872 GL_SAMPLE_BUFFERS,
3884 "GL_SAMPLE_BUFFERS",
6719 GL_SAMPLE_BUFFERS,
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp694 m_log << tcu::TestLog::Message << "Sample count is " << (m_context.getRenderTarget().getNumSamples()) << ", expecting GL_SAMPLE_BUFFERS to be " << expectedSampleBuffers << tcu::TestLog::EndMessage;
696 m_verifier->verifyInteger(m_testCtx, GL_SAMPLE_BUFFERS, expectedSampleBuffers);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp326 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_READ_FRAMEBUFFER_BINDING is non-zero, the read framebuffer is complete, and the value of GL_SAMPLE_BUFFERS for the read framebuffer is greater than zero.");
340 ctx.glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers);
341 ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage;
346 ctx.getLog() << TestLog::Message << "// ERROR: expected GL_READ_FRAMEBUFFER_BINDING to be non-zero and GL_SAMPLE_BUFFERS to be greater than zero" << TestLog::EndMessage;
1515 ctx.beginSection("GL_INVALID_OPERATION is generated if the value of GL_SAMPLE_BUFFERS for the draw buffer is greater than zero.");
1522 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the formats of draw and read buffers are not identical.");
1529 ctx.beginSection("GL_INVALID_OPERATION is generated if GL_SAMPLE_BUFFERS for the read buffer is greater than zero and the source and destination rectangles are not defined with the same (X0, Y0) and (X1, Y1) bounds.");
/external/mesa3d/src/mesa/main/
H A Dget.c1086 case GL_SAMPLE_BUFFERS:
/external/deqp/framework/opengl/wrapper/
H A DglwEnums.inl348 #define GL_SAMPLE_BUFFERS 0x80A8
/external/mesa3d/include/GL/
H A Dgl.h1784 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/mesa3d/include/GLES3/
H A Dgl3.h190 #define GL_SAMPLE_BUFFERS 0x80A8 macro
H A Dgl31.h190 #define GL_SAMPLE_BUFFERS 0x80A8 macro
H A Dgl32.h190 #define GL_SAMPLE_BUFFERS 0x80A8 macro
/external/swiftshader/include/GLES3/
H A Dgl3.h192 #define GL_SAMPLE_BUFFERS 0x80A8 macro

Completed in 427 milliseconds

12