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

1 2 3 4 5 6 7 8 910

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 106 {"glSampleCoverage", (void*)glSampleCoverage},
gl2_client_context.h 106 glSampleCoverage_client_proc_t glSampleCoverage;
315 virtual glSampleCoverage_client_proc_t set_glSampleCoverage(glSampleCoverage_client_proc_t f) { glSampleCoverage_client_proc_t retval = glSampleCoverage; glSampleCoverage = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 132 {"glSampleCoverage", (void*)glSampleCoverage},
gl_client_context.h 132 glSampleCoverage_client_proc_t glSampleCoverage;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 142 {"glSampleCoverage", (void *)glSampleCoverage},
gles_dispatch.h 145 glSampleCoverage_t glSampleCoverage;
417 glSampleCoverage_t set_glSampleCoverage(glSampleCoverage_t f) { glSampleCoverage_t retval = glSampleCoverage; glSampleCoverage = f; return retval;}
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 160 LOAD_GL_FUNC(glSampleCoverage);
GLDispatch.h 137 void (GLAPIENTRY *glSampleCoverage) ( GLclampf value, GLboolean invert );
  /external/deqp/framework/egl/
egluStaticES20Library.inl 99 { "glSampleCoverage", (deFunctionPtr)glSampleCoverage },
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 99 gl->sampleCoverage = &glSampleCoverage;
glwInitES30Direct.inl 99 gl->sampleCoverage = &glSampleCoverage;
  /external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.cpp 450 glSampleCoverage(1.0f, GL_TRUE);
454 glSampleCoverage(1.0f, GL_FALSE);
es2fFloatStateQueryTests.cpp 935 glSampleCoverage(fixedTests[ndx], GL_FALSE);
948 glSampleCoverage(clampTests[ndx], GL_FALSE);
961 glSampleCoverage(reference, invert);
    [all...]
es2fMultisampleTests.cpp     [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 112 #define glSampleCoverage GLES2_GET_FUN(SampleCoverage)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 145 glSampleCoverage_t glSampleCoverage;
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 370 glSampleCoverage(sample_coverage_value_, sample_coverage_invert_);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 553 public void glSampleCoverage(float value, boolean invert) {
554 mgl.glSampleCoverage(value, invert);
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 216 glSampleCoverage(sample_coverage_value, sample_coverage_invert);
288 glSampleCoverage(sample_coverage_value, sample_coverage_invert);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 490 glSampleCoverage(1.0f, GL_TRUE);
494 glSampleCoverage(1.0f, GL_FALSE);
es3fFloatStateQueryTests.cpp     [all...]
es3fMultisampleTests.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 318 glSampleCoverage = 292;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
GLES20.spec 97 void glSampleCoverage ( GLclampf value, GLboolean invert )

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 910