OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glBindBuffer_client_proc_t
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h
74
glBindBuffer_client_proc_t
m_glBindBuffer_enc;
gl_client_context.h
51
glBindBuffer_client_proc_t
glBindBuffer;
343
virtual
glBindBuffer_client_proc_t
set_glBindBuffer(
glBindBuffer_client_proc_t
f) {
glBindBuffer_client_proc_t
retval = glBindBuffer; glBindBuffer = f; return retval;}
[
all
...]
gl_client_context.cpp
55
ptr = getProc("glBindBuffer", userData); set_glBindBuffer((
glBindBuffer_client_proc_t
)ptr);
gl_client_proc.h
52
typedef void (gl_APIENTRY *
glBindBuffer_client_proc_t
) (void * ctx, GLenum, GLuint);
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h
74
glBindBuffer_client_proc_t
m_glBindBuffer_enc;
gl2_client_context.h
14
glBindBuffer_client_proc_t
glBindBuffer;
223
virtual
glBindBuffer_client_proc_t
set_glBindBuffer(
glBindBuffer_client_proc_t
f) {
glBindBuffer_client_proc_t
retval = glBindBuffer; glBindBuffer = f; return retval;}
[
all
...]
gl2_client_context.cpp
18
ptr = getProc("glBindBuffer", userData); set_glBindBuffer((
glBindBuffer_client_proc_t
)ptr);
gl2_client_proc.h
15
typedef void (gl2_APIENTRY *
glBindBuffer_client_proc_t
) (void * ctx, GLenum, GLuint);
Completed in 36 milliseconds