HomeSort by relevance Sort by last modified time
    Searched refs:currentProgram (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/
RenderState.cpp 110 if (mCaches->currentProgram) {
111 if (mCaches->currentProgram->isInUse()) {
112 mCaches->currentProgram->remove();
113 mCaches->currentProgram = NULL;
SkiaShader.cpp 193 Program* program = caches->currentProgram;
279 Program* program = caches->currentProgram;
383 Program* program = caches->currentProgram;
Caches.cpp 97 currentProgram = NULL;
238 currentProgram = NULL;
487 GLuint slot = currentProgram->position;
496 GLuint slot = currentProgram->texCoords;
OpenGLRenderer.cpp     [all...]
Caches.h 310 Program* currentProgram;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 906 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
913 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
923 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
927 if (shared->setSamplerUniform(state->currentProgram(), location, x, &target)) {
939 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
946 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
953 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
960 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
967 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 322 IGLProperty currentProgram = new GLIntegerProperty(GLStateType.CURRENT_PROGRAM,
360 currentProgram, programs);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 134 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/angle/src/libGLESv2/
Context.cpp 127 GLuint currentProgram = mState.getCurrentProgramId();
128 if (currentProgram != 0)
130 Program *programObject = mResourceManager->getProgram(currentProgram);
135 currentProgram = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]

Completed in 388 milliseconds