OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glDrawArrays_enc
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
79
glDrawArrays_client_proc_t
m_glDrawArrays_enc
;
GLEncoder.cpp
432
ctx->
m_glDrawArrays_enc
(ctx, mode, /*first*/ 0, count);
551
m_glDrawArrays_enc
= set_glDrawArrays(s_glDrawArrays);
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
84
glDrawArrays_client_proc_t
m_glDrawArrays_enc
;
GL2Encoder.cpp
36
m_glDrawArrays_enc
= set_glDrawArrays(s_glDrawArrays);
328
ctx->
m_glDrawArrays_enc
(ctx, mode, 0, count);
Completed in 95 milliseconds