Home
last modified time | relevance | path

Searched refs:GL_MULTISAMPLE (Results 1 – 23 of 23) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_images_multisample.cpp71 glEnable(GL_MULTISAMPLE); in test_images_read_2D_multisample()
99 glEnable(GL_MULTISAMPLE); in test_images_read_2Darray_multisample()
Dtest_image_methods.cpp401 glEnable(GL_MULTISAMPLE); in test_image_methods_multisample()
/external/deqp/external/openglcts/modules/gl/
Dgl4cPostDepthCoverageTests.cpp417 gl.enable(GL_MULTISAMPLE); in iterate()
487 gl.disable(GL_MULTISAMPLE); in iterate()
Dgl4cDirectStateAccessTexturesTests.cpp3924 gl.disable(GL_MULTISAMPLE); in iterate()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h265 #define GL_MULTISAMPLE 0x809D macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h159 #define GL_MULTISAMPLE 0x809D macro
/external/swiftshader/include/GLES/
Dgl.h134 #define GL_MULTISAMPLE 0x809D macro
/external/mesa3d/include/GLES/
Dgl.h134 #define GL_MULTISAMPLE 0x809D macro
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp1212 case GL_MULTISAMPLE: context->setMultisampleEnabled(false); break; in Disable()
1349 case GL_MULTISAMPLE: context->setMultisampleEnabled(true); break; in Enable()
2516 case GL_MULTISAMPLE: return context->isMultisampleEnabled(); break; in IsEnabled()
/external/deqp/framework/opengl/
DgluStateReset.cpp732 gl.enable (GL_MULTISAMPLE); in resetStateGLCore()
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.cpp1469 gl.enable(GL_MULTISAMPLE); in iterate()
1482 gl.disable(GL_MULTISAMPLE); in iterate()
/external/angle/include/GLES/
Dgl.h138 #define GL_MULTISAMPLE 0x809D macro
/external/mesa3d/src/mesa/main/
Denable.c347 ctx->Driver.Enable(ctx, GL_MULTISAMPLE, state); in _mesa_set_multisample()
Dattrib.c1506 GL_MULTISAMPLE); in _mesa_PopAttrib()
/external/mesa3d/include/GL/
Dgl.h1775 #define GL_MULTISAMPLE 0x809D macro
Dglcorearb.h516 #define GL_MULTISAMPLE 0x809D macro
Dglext.h158 #define GL_MULTISAMPLE 0x809D macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl355 #define GL_MULTISAMPLE 0x809D macro
/external/virglrenderer/src/
Dvrend_renderer.c4727 glEnable(GL_MULTISAMPLE); in vrend_hw_emit_rs()
4729 glDisable(GL_MULTISAMPLE); in vrend_hw_emit_rs()
/external/swiftshader/include/GL/
Dglcorearb.h515 #define GL_MULTISAMPLE 0x809D macro
Dglext.h156 #define GL_MULTISAMPLE 0x809D macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h1279 #define GL_MULTISAMPLE 0x809D macro
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs1944 pub const GL_MULTISAMPLE: u32 = 32925; constant