OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glVertexAttrib4f_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
149
glVertexAttrib4f_client_proc_t
glVertexAttrib4f;
[
all
...]
gl2_client_context.cpp
153
ptr = getProc("glVertexAttrib4f", userData); set_glVertexAttrib4f((
glVertexAttrib4f_client_proc_t
)ptr);
gl2_client_proc.h
150
typedef void (gl2_APIENTRY *
glVertexAttrib4f_client_proc_t
) (void * ctx, GLuint, GLfloat, GLfloat, GLfloat, GLfloat);
Completed in 30 milliseconds