OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currentProgram
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h
128
GLint
currentProgram
() const { return m_currentProgram; }
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
128
GLint
currentProgram
() const { return m_currentProgram; }
/frameworks/base/libs/hwui/
Caches.h
303
Program*
currentProgram
;
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
158
GLuint
currentProgram
;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
321
IGLProperty
currentProgram
= new GLIntegerProperty(GLStateType.CURRENT_PROGRAM,
359
currentProgram
, programs);
Completed in 90 milliseconds