OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableTextureTarget
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
148
void
enableTextureTarget
(GLenum target);
GLClientState.cpp
258
void GLClientState::
enableTextureTarget
(GLenum target)
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
810
m_state->
enableTextureTarget
(GL_TEXTURE_EXTERNAL_OES);
813
m_state->
enableTextureTarget
(GL_TEXTURE_2D);
[
all
...]
/development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
700
state->
enableTextureTarget
(cap);
[
all
...]
Completed in 437 milliseconds