OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_glClientActiveTexture
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
210
void GLEncoder::
s_glClientActiveTexture
(void *self, GLenum texture)
532
m_glClientActiveTexture_enc = set_glClientActiveTexture(
s_glClientActiveTexture
);
/development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp
122
void RenderingThread::
s_glClientActiveTexture
(GLenum texture)
310
m_glClientActiveTexture = m_glDec.set_glClientActiveTexture(
s_glClientActiveTexture
);
Completed in 457 milliseconds