Home
last modified time | relevance | path

Searched refs:glDepthFunc (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h72 {"glDepthFunc", (void*)glDepthFunc},
Dgl_client_context.h74 glDepthFunc_client_proc_t glDepthFunc; member
Dgl_client_context.cpp74 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
Dgl_entry.cpp69 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/
Dgl2_ftable.h45 {"glDepthFunc", (void*)glDepthFunc},
Dgl2_client_context.h47 glDepthFunc_client_proc_t glDepthFunc; member
Dgl2_client_context.cpp47 glDepthFunc = (glDepthFunc_client_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries32 void glDepthFunc(GLenum func);
Dgles_common.entries31 void glDepthFunc(GLenum func);
Dgles_common_for_gles2.entries32 void glDepthFunc(GLenum func);
Dgles_common_dispatch_logging_wrappers.impl115 DISPATCH_DEBUG_LOG("glDepthFunc(func:0x%X)", func);
Dgles12tr_internal.entries72 void glDepthFunc( GLenum func);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h33 GL_APICALL void GL_APIENTRY glDepthFunc(GLenum func);
Dgles_common_for_gles2_static_translator_namespaced_header.h33 GL_APICALL void GL_APIENTRY glDepthFunc(GLenum func);
Dgles_common_functions.h33 X(void, glDepthFunc, (GLenum func), (func)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h76 glDepthFunc_server_proc_t glDepthFunc; member
Dgles1_server_context.cpp74 glDepthFunc = (glDepthFunc_server_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
/hardware/google/gfxstream/host/tests/
DGLSnapshotPixelOperations_unittest.cpp258 void stateChange() override { gl->glDepthFunc(*m_changed_value); } in stateChange()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h58 glDepthFunc_server_proc_t glDepthFunc; member
Dgles2_server_context.cpp47 glDepthFunc = (glDepthFunc_server_proc_t) getProc("glDepthFunc", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h447 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/hardware/google/gfxstream/include/GLES/
Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/hardware/google/gfxstream/include/GLES2/
Dgl2.h560 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in62 GL_ENTRY(void, glDepthFunc, GLenum func)

123