Searched refs:GL_SAMPLE_ALPHA_TO_COVERAGE (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_impl_autogen.h60 case GL_SAMPLE_ALPHA_TO_COVERAGE:
106 case GL_SAMPLE_ALPHA_TO_COVERAGE:
H A Dgles2_implementation_unittest.cc2598 GL_SAMPLE_ALPHA_TO_COVERAGE,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h19 ExpectEnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE, false);
H A Dcontext_state_impl_autogen.h92 GL_SAMPLE_ALPHA_TO_COVERAGE, enable_flags.sample_alpha_to_coverage);
151 case GL_SAMPLE_ALPHA_TO_COVERAGE:
460 case GL_SAMPLE_ALPHA_TO_COVERAGE:
784 case GL_SAMPLE_ALPHA_TO_COVERAGE:
H A Dgles2_cmd_validation_implementation_autogen.h51 GL_SAMPLE_ALPHA_TO_COVERAGE,
222 GL_SAMPLE_ALPHA_TO_COVERAGE,
H A Dgles2_cmd_decoder_autogen.h3325 case GL_SAMPLE_ALPHA_TO_COVERAGE:
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc117 glGetBooleanv(GL_SAMPLE_ALPHA_TO_COVERAGE, &enable_sample_alpha_to_coverage_);
204 GLEnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h667 { 0x809E, "GL_SAMPLE_ALPHA_TO_COVERAGE", },
745 { GL_SAMPLE_ALPHA_TO_COVERAGE, "GL_SAMPLE_ALPHA_TO_COVERAGE" },
961 { GL_SAMPLE_ALPHA_TO_COVERAGE, "GL_SAMPLE_ALPHA_TO_COVERAGE" },
/external/robolectric/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/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h154 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/mesa3d/include/GLES/
H A Dgl.h160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/mesa3d/include/GLES2/
H A Dgl2.h153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp1199 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mState.blend.sampleAlphaToCoverage; break;
1659 case GL_SAMPLE_ALPHA_TO_COVERAGE: // For this purpose, they are treated here as bool-natural
H A DlibGLESv2.cpp2042 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverage(false); break;
2232 case GL_SAMPLE_ALPHA_TO_COVERAGE: context->setSampleAlphaToCoverage(true); break;
4421 case GL_SAMPLE_ALPHA_TO_COVERAGE: return context->isSampleAlphaToCoverageEnabled();
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java2917 GLES20.glEnable(GLES20.GL_SAMPLE_ALPHA_TO_COVERAGE);
2919 GLES20.glDisable(GLES20.GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h149 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c1303 GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/mesa3d/src/mesa/main/
H A Dattrib.c1303 GL_SAMPLE_ALPHA_TO_COVERAGE);
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h1811 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/mesa3d/include/GL/
H A Dgl.h1811 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp5055 case GL_SAMPLE_ALPHA_TO_COVERAGE:
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h281 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E macro

Completed in 3471 milliseconds

12