Home
last modified time | relevance | path

Searched refs:glDepthRangef (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt49 glDepthRangef;
DlibGLESv1_CM.map.txt56 glDepthRangef;
DlibGLESv3.map.txt94 glDepthRangef;
Dentries_gles1.in56 GL_ENTRY(void, glDepthRangef, GLfloat n, GLfloat f)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
353 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangef); in init_stub_library()
Dstubs_arm.cc73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
353 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDepthRangef); in init_stub_library()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
DGLES20.spec37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java415 void glDepthRangef( in glDepthRangef() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.025 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in16 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) {
17 CALL_GL_API(glDepthRangef, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java502 public static native void glDepthRangef( in glDepthRangef() method in GLES10
DGLES20.java647 public static native void glDepthRangef( in glDepthRangef() method in GLES20
DGLErrorWrapper.java231 public void glDepthRangef(float near, float far) { in glDepthRangef() method in GLErrorWrapper
233 mgl.glDepthRangef(near, far); in glDepthRangef()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java319 public native void glDepthRangef( in glDepthRangef() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h410 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
1013 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthRangef); in init_stub_library()
Dstubs_arm64.cc165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
1013 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDepthRangef); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
1013 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthRangef); in init_stub_library()
Dstubs_arm.cc165 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDepthRangef);
1013 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDepthRangef); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h179 #define glDepthRangef wrap_glDepthRangef macro
Dgles_undefine.h179 #undef glDepthRangef
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in109 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) {
110 CALL_GL_API(glDepthRangef, n, f);
/frameworks/native/opengl/include/GLES2/
Dgl2.h562 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);

12