Searched refs:glDepthRangefOES (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 57 glDepthRangefOES;
|
D | entries_gles1.in | 57 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
|
D | entries.in | 176 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangefOES); 354 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangefOES); in init_stub_library()
|
D | stubs_arm.cc | 74 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangefOES); 354 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangefOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 941 public static native void glDepthRangefOES( in glDepthRangefOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 244 void API_ENTRY(glDepthRangefOES)(GLclampf n, GLclampf f) { 245 CALL_GL_API(glDepthRangefOES, n, f);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 180 #define glDepthRangefOES wrap_glDepthRangefOES macro
|
D | gles_undefine.h | 180 #undef glDepthRangefOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 419 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3232 glDepthRangefOES( in android_glDepthRangefOES__FF()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19468 method public static void glDepthRangefOES(float, float);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32145 method public static void glDepthRangefOES(float, float);
|
/frameworks/base/api/ |
D | current.txt | 32289 method public static void glDepthRangefOES(float, float);
|