OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setcurrentprogram
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
127
void
setCurrentProgram
(GLint program) { m_currentProgram = program; }
/development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp
831
ctx->m_state->
setCurrentProgram
(program);
[
all
...]
Completed in 583 milliseconds