OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glShaderSource_client_proc_t
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
109
glShaderSource_client_proc_t
glShaderSource;
318
virtual
glShaderSource_client_proc_t
set_glShaderSource(
glShaderSource_client_proc_t
f) {
glShaderSource_client_proc_t
retval = glShaderSource; glShaderSource = f; return retval;}
[
all
...]
gl2_client_context.cpp
113
ptr = getProc("glShaderSource", userData); set_glShaderSource((
glShaderSource_client_proc_t
)ptr);
gl2_client_proc.h
110
typedef void (gl2_APIENTRY *
glShaderSource_client_proc_t
) (void * ctx, GLuint, GLsizei, const GLchar* const*, const GLint*);
gl2_enc.cpp
[
all
...]
Completed in 48 milliseconds