OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_glActiveTexture
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h
86
static void
s_glActiveTexture
(GLenum texture);
RenderingThread.cpp
96
void RenderingThread::
s_glActiveTexture
(GLenum texture)
306
m_glActiveTexture = m_glDec.set_glActiveTexture(
s_glActiveTexture
);
/sdk/emulator/opengl/system/GLESv1_enc/
GLEncoder.h
134
static void
s_glActiveTexture
(void* self, GLenum texture);
GLEncoder.cpp
600
void GLEncoder::
s_glActiveTexture
(void* self, GLenum texture)
[
all
...]
/sdk/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h
206
static void
s_glActiveTexture
(void* self, GLenum texture);
GL2Encoder.cpp
105
m_glActiveTexture_enc = set_glActiveTexture(
s_glActiveTexture
);
[
all
...]
Completed in 632 milliseconds