/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...] |
gl2_entry.cpp | 104 void glSampleCoverage(GLclampf value, GLboolean invert); 804 void glSampleCoverage(GLclampf value, GLboolean invert) 807 ctx->glSampleCoverage(ctx, value, invert); [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...] |
gles.cpp | 666 void glSampleCoverage(GLclampf value, GLboolean invert) 668 getDispatch()->glSampleCoverage(value, invert); [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/chromium_org/android_webview/browser/ |
scoped_app_gl_state_restore.cc | 200 glSampleCoverage(sample_coverage_value_, sample_coverage_invert_);
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 110 #define glSampleCoverage GLES2_GET_FUN(SampleCoverage)
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 145 glSampleCoverage_t glSampleCoverage;
|
/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);
|
/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 )
|
/external/chromium_org/gpu/command_buffer/service/ |
context_state_impl_autogen.h | 123 glSampleCoverage(sample_coverage_value, sample_coverage_invert);
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 816 void glSampleCoverage(
|
/frameworks/native/opengl/libagl/ |
state.cpp | 222 void glSampleCoverage(GLclampf value, GLboolean invert) {
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 585 #define glSampleCoverage GLES2_GET_FUN(SampleCoverage) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 576 public void glSampleCoverage(float value, boolean invert) { 577 ((GL10)mGL).glSampleCoverage(value, invert);
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLDispatch.cpp | 120 void (GLAPIENTRY *GLDispatch::glSampleCoverage)(GLclampf,GLboolean) = NULL; 358 LOAD_GL_FUNC(glSampleCoverage);
|