OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_glBindBuffer_enc
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
71
glBindBuffer_client_proc_t
m_glBindBuffer_enc
;
GLEncoder.cpp
276
ctx->
m_glBindBuffer_enc
(self, target, id);
380
this->
m_glBindBuffer_enc
(this, GL_ARRAY_BUFFER, state->bufferObject);
419
this->
m_glBindBuffer_enc
(this, GL_ARRAY_BUFFER, m_state->currentArrayVbo());
465
ctx->
m_glBindBuffer_enc
(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo());
470
ctx->
m_glBindBuffer_enc
(self, GL_ELEMENT_ARRAY_BUFFER, 0);
543
m_glBindBuffer_enc
= set_glBindBuffer(s_glBindBuffer);
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
35
m_glBindBuffer_enc
= set_glBindBuffer(s_glBindBuffer);
141
ctx->
m_glBindBuffer_enc
(self, target, id);
313
this->
m_glBindBuffer_enc
(this, GL_ARRAY_BUFFER, state->bufferObject);
316
this->
m_glBindBuffer_enc
(this, GL_ARRAY_BUFFER, m_state->currentArrayVbo());
363
ctx->
m_glBindBuffer_enc
(self, GL_ELEMENT_ARRAY_BUFFER, ctx->m_state->currentIndexVbo());
368
ctx->
m_glBindBuffer_enc
(self, GL_ELEMENT_ARRAY_BUFFER, 0);
GL2Encoder.h
73
glBindBuffer_client_proc_t
m_glBindBuffer_enc
;
Completed in 19 milliseconds