Searched refs:GL_SAMPLE_COVERAGE (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_impl_autogen.h68 case GL_SAMPLE_COVERAGE:
110 case GL_SAMPLE_COVERAGE:
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h138 case GL_SAMPLE_COVERAGE:
H A Dgles2_cmd_decoder_unittest_0_autogen.h22 ExpectEnableDisable(GL_SAMPLE_COVERAGE, false);
H A Dgles2_cmd_validation_implementation_autogen.h41 GL_SAMPLE_COVERAGE, GL_SCISSOR_TEST, GL_STENCIL_TEST,
176 GL_SAMPLE_COVERAGE,
H A Dcontext_state_impl_autogen.h157 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage);
173 EnableDisable(GL_SAMPLE_COVERAGE, enable_flags.cached_sample_coverage);
379 case GL_SAMPLE_COVERAGE:
709 case GL_SAMPLE_COVERAGE:
1046 case GL_SAMPLE_COVERAGE:
H A Dgles2_cmd_decoder_unittest_context_state.cc389 {GL_SAMPLE_COVERAGE, false, true},
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc238 glGetBooleanv(GL_SAMPLE_COVERAGE, &enable_sample_coverage_);
380 GLEnableDisable(GL_SAMPLE_COVERAGE, enable_sample_coverage_);
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp195 GL_SAMPLE_COVERAGE,
211 GL_SAMPLE_COVERAGE,
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp226 GL_SAMPLE_COVERAGE,
244 GL_SAMPLE_COVERAGE,
/external/deqp/framework/opengl/
H A DgluStrUtil.inl451 case GL_SAMPLE_COVERAGE: return "GL_SAMPLE_COVERAGE";
1202 case GL_SAMPLE_COVERAGE: return "GL_SAMPLE_COVERAGE";
H A DgluStateReset.cpp107 gl.disable (GL_SAMPLE_COVERAGE);
566 gl.disable (GL_SAMPLE_COVERAGE);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.cpp536 case GL_SAMPLE_COVERAGE: setSampleCoverage(enabled); break;
555 case GL_SAMPLE_COVERAGE: return isSampleCoverageEnabled();
1134 case GL_SAMPLE_COVERAGE: *params = mSampleCoverage; break;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_implementation_autogen.h580 0x80A0, "GL_SAMPLE_COVERAGE",
2434 {GL_SAMPLE_COVERAGE, "GL_SAMPLE_COVERAGE"},
2642 {GL_SAMPLE_COVERAGE, "GL_SAMPLE_COVERAGE"},
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp1052 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average,
1111 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1112 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
1229 * GL_SAMPLE_COVERAGE is constant at given pixel coordinates, with a given
1293 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1294 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
1425 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE disabled" << TestLog::EndMessage;
1429 log << TestLog::Image("RenderedImageNoSampleCoverage", "Rendered image with GL_SAMPLE_COVERAGE disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
1433 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1434 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE enable
[all...]
H A Des2fBooleanStateQueryTests.cpp578 { "sample_coverage", "SAMPLE_COVERAGE", GL_SAMPLE_COVERAGE, false},
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1199 * GL_SAMPLE_ALPHA_TO_COVERAGE or GL_SAMPLE_COVERAGE is, on average,
1255 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1256 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
1373 * GL_SAMPLE_COVERAGE is constant at given pixel coordinates, with a given
1434 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1435 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
1563 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE disabled" << TestLog::EndMessage;
1567 log << TestLog::Image("RenderedImageNoSampleCoverage", "Rendered image with GL_SAMPLE_COVERAGE disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
1571 GLU_CHECK_CALL(glEnable(GL_SAMPLE_COVERAGE));
1572 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_COVERAGE enable
[all...]
H A Des3fBooleanStateQueryTests.cpp773 { "sample_coverage", "SAMPLE_COVERAGE", GL_SAMPLE_COVERAGE, false},
/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.h154 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h137 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h162 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h154 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp761 gl.enable(GL_SAMPLE_COVERAGE);
762 GLU_EXPECT_NO_ERROR(gl.getError(), "enable GL_SAMPLE_COVERAGE");
764 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
1021 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK",
1024 "Test that coverage mask is constant at given coordinates with a given alpha or coverage value, using GL_SAMPLE_ALPHA_TO_COVERAGE, GL_SAMPLE_COVERAGE and GL_SAMPLE_MASK",
/external/mesa3d/include/GLES/
H A Dgl.h162 #define GL_SAMPLE_COVERAGE 0x80A0 macro
/external/mesa3d/include/GLES2/
H A Dgl2.h154 #define GL_SAMPLE_COVERAGE 0x80A0 macro

Completed in 3221 milliseconds

12