Searched refs:glDepthRangef (Results 1 - 17 of 17) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_ftable.h | 16 {"glDepthRangef", (void*)glDepthRangef},
|
H A D | gl_client_context.h | 18 glDepthRangef_client_proc_t glDepthRangef; member in struct:gl_client_context_t
|
H A D | gl_client_context.cpp | 18 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData);
|
H A D | gl_entry.cpp | 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 337 void glDepthRangef(GLclampf zNear, GLclampf zFar) function 340 ctx->glDepthRangef(ctx, zNear, zFar);
|
H A D | gl_enc.cpp | 8291 this->glDepthRangef = &glDepthRangef_enc;
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles_ftable.h | 25 {"glDepthRangef", (void *)glDepthRangef},
|
H A D | gles_dispatch.h | 28 glDepthRangef_t glDepthRangef; member in struct:gles_dispatch 300 glDepthRangef_t set_glDepthRangef(glDepthRangef_t f) { glDepthRangef_t retval = glDepthRangef; glDepthRangef = f; return retval;}
|
H A D | gles.cpp | 81 void glDepthRangef(GLclampf zNear, GLclampf zFar) function 83 getDispatch()->glDepthRangef(zNear, zFar);
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
H A D | gl2_ftable.h | 47 {"glDepthRangef", (void*)glDepthRangef},
|
H A D | gl2_client_context.h | 49 glDepthRangef_client_proc_t glDepthRangef; member in struct:gl2_client_context_t
|
H A D | gl2_client_context.cpp | 49 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData);
|
H A D | gl2_entry.cpp | 44 void glDepthRangef(GLclampf zNear, GLclampf zFar); 649 void glDepthRangef(GLclampf zNear, GLclampf zFar) function 652 ctx->glDepthRangef(ctx, zNear, zFar);
|
H A D | gl2_enc.cpp | 11086 this->glDepthRangef = &glDepthRangef_enc;
|
/device/generic/goldfish-opengl/system/include/GLES/ |
H A D | gl.h | 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
H A D | gl2.h | 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
H A D | gl3.h | 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
H A D | gl31.h | 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
Completed in 108 milliseconds