OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBindFramebuffer_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
15
glBindFramebuffer_client_proc_t
glBindFramebuffer;
224
virtual
glBindFramebuffer_client_proc_t
set_glBindFramebuffer(
glBindFramebuffer_client_proc_t
f) {
glBindFramebuffer_client_proc_t
retval = glBindFramebuffer; glBindFramebuffer = f; return retval;}
[
all
...]
gl2_client_context.cpp
19
ptr = getProc("glBindFramebuffer", userData); set_glBindFramebuffer((
glBindFramebuffer_client_proc_t
)ptr);
gl2_client_proc.h
16
typedef void (gl2_APIENTRY *
glBindFramebuffer_client_proc_t
) (void * ctx, GLenum, GLuint);
Completed in 68 milliseconds