/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 72 {"glDepthFunc", (void*)glDepthFunc},
|
D | gl_client_context.h | 74 glDepthFunc_client_proc_t glDepthFunc; member
|
D | gl_client_context.cpp | 74 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
|
D | gl_entry.cpp | 69 void glDepthFunc(GLenum func); 677 void glDepthFunc(GLenum func) in glDepthFunc() function 680 ctx->glDepthFunc(ctx, func); in glDepthFunc()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 45 {"glDepthFunc", (void*)glDepthFunc},
|
D | gl2_client_context.h | 47 glDepthFunc_client_proc_t glDepthFunc; member
|
D | gl2_client_context.cpp | 47 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 32 void glDepthFunc(GLenum func);
|
D | gles_common.entries | 31 void glDepthFunc(GLenum func);
|
D | gles_common_for_gles2.entries | 32 void glDepthFunc(GLenum func);
|
D | gles_common_dispatch_logging_wrappers.impl | 115 DISPATCH_DEBUG_LOG("glDepthFunc(func:0x%X)", func);
|
D | gles12tr_internal.entries | 72 void glDepthFunc( GLenum func);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 33 GL_APICALL void GL_APIENTRY glDepthFunc(GLenum func);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 33 GL_APICALL void GL_APIENTRY glDepthFunc(GLenum func);
|
D | gles_common_functions.h | 33 X(void, glDepthFunc, (GLenum func), (func)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 76 glDepthFunc_server_proc_t glDepthFunc; member
|
D | gles1_server_context.cpp | 74 glDepthFunc = (glDepthFunc_server_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPixelOperations_unittest.cpp | 258 void stateChange() override { gl->glDepthFunc(*m_changed_value); } in stateChange()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 58 glDepthFunc_server_proc_t glDepthFunc; member
|
D | gles2_server_context.cpp | 47 glDepthFunc = (glDepthFunc_server_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 447 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 62 GL_ENTRY(void, glDepthFunc, GLenum func)
|