OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glGetError_enc
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
54
glGetError_client_proc_t
m_glGetError_enc
;
GLEncoder.cpp
61
return ctx->
m_glGetError_enc
(self);
555
m_glGetError_enc
= set_glGetError(s_glGetError);
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
61
glGetError_client_proc_t
m_glGetError_enc
;
GL2Encoder.cpp
49
m_glGetError_enc
= set_glGetError(s_glGetError);
95
return ctx->
m_glGetError_enc
(self);
Completed in 21 milliseconds