OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDeleteProgram_client_proc_t
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h
127
glDeleteProgram_client_proc_t
m_glDeleteProgram_enc;
gl2_client_context.h
41
glDeleteProgram_client_proc_t
glDeleteProgram;
250
virtual
glDeleteProgram_client_proc_t
set_glDeleteProgram(
glDeleteProgram_client_proc_t
f) {
glDeleteProgram_client_proc_t
retval = glDeleteProgram; glDeleteProgram = f; return retval;}
[
all
...]
gl2_client_context.cpp
45
ptr = getProc("glDeleteProgram", userData); set_glDeleteProgram((
glDeleteProgram_client_proc_t
)ptr);
gl2_client_proc.h
42
typedef void (gl2_APIENTRY *
glDeleteProgram_client_proc_t
) (void * ctx, GLuint);
Completed in 512 milliseconds