OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentProgram
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
855
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
862
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
872
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
876
if (shared->setSamplerUniform(state->
currentProgram
(), location, x, &target)) {
888
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
895
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
902
GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->
currentProgram
(),location);
[
all
...]
/frameworks/base/libs/hwui/
Caches.cpp
92
currentProgram
= NULL;
228
currentProgram
= NULL;
478
GLuint slot =
currentProgram
->position;
487
GLuint slot =
currentProgram
->texCoords;
OpenGLRenderer.cpp
357
if (mCaches.
currentProgram
) {
358
if (mCaches.
currentProgram
->isInUse()) {
359
mCaches.
currentProgram
->remove();
360
mCaches.
currentProgram
= NULL;
[
all
...]
Caches.h
303
Program*
currentProgram
;
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
153
mState.
currentProgram
= 0;
186
if (mState.
currentProgram
!= 0)
188
Program *programObject = mResourceManager->getProgram(mState.
currentProgram
);
193
mState.
currentProgram
= 0;
916
GLuint priorProgram = mState.
currentProgram
;
917
mState.
currentProgram
= program; // Must switch before trying to delete, otherwise it only gets flagged.
946
if (linked && program == mState.
currentProgram
)
960
if (loaded && program == mState.
currentProgram
)
[
all
...]
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);
/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; }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js
[
all
...]
Completed in 2175 milliseconds