HomeSort by relevance Sort by last modified time
    Searched refs:GL_SAMPLE_ALPHA_TO_COVERAGE (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_impl_autogen.h 62 case GL_SAMPLE_ALPHA_TO_COVERAGE:
107 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 100 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 132 case GL_SAMPLE_ALPHA_TO_COVERAGE:
gles2_cmd_decoder_unittest_0_autogen.h 21 ExpectEnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE, false);
gles2_cmd_validation_implementation_autogen.h 40 GL_DITHER, GL_POLYGON_OFFSET_FILL, GL_SAMPLE_ALPHA_TO_COVERAGE,
175 GL_SAMPLE_ALPHA_TO_COVERAGE,
context_state_impl_autogen.h 153 EnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE,
171 EnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE,
377 case GL_SAMPLE_ALPHA_TO_COVERAGE:
703 case GL_SAMPLE_ALPHA_TO_COVERAGE:
    [all...]
gles2_cmd_decoder_unittest_context_state.cc 388 {GL_SAMPLE_ALPHA_TO_COVERAGE, false, true},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 171 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 237 glGetBooleanv(GL_SAMPLE_ALPHA_TO_COVERAGE, &enable_sample_alpha_to_coverage_);
378 GLEnableDisable(GL_SAMPLE_ALPHA_TO_COVERAGE,
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 183 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 183 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 194 GL_SAMPLE_ALPHA_TO_COVERAGE,
210 GL_SAMPLE_ALPHA_TO_COVERAGE,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 225 GL_SAMPLE_ALPHA_TO_COVERAGE,
243 GL_SAMPLE_ALPHA_TO_COVERAGE,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 182 public static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
GLES20Header.java-if 85 public static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
  /external/deqp/framework/opengl/
gluStrUtil.inl 450 case GL_SAMPLE_ALPHA_TO_COVERAGE: return "GL_SAMPLE_ALPHA_TO_COVERAGE";
    [all...]
gluStateReset.cpp 106 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
564 gl.disable (GL_SAMPLE_ALPHA_TO_COVERAGE);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
State.cpp 535 case GL_SAMPLE_ALPHA_TO_COVERAGE: setSampleAlphaToCoverage(enabled); break;
554 case GL_SAMPLE_ALPHA_TO_COVERAGE: return isSampleAlphaToCoverageEnabled();
1133 case GL_SAMPLE_ALPHA_TO_COVERAGE: *params = mBlend.sampleAlphaToCoverage; break;
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h     [all...]
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 577 { "sample_alpha_to_coverage", "SAMPLE_ALPHA_TO_COVERAGE", GL_SAMPLE_ALPHA_TO_COVERAGE, false},
es2fMultisampleTests.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 182 public static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 180 int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
  /frameworks/native/opengl/libagl/
state.cpp 200 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 910