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

  /frameworks/base/libs/hwui/
RenderState.cpp 101 if (mCaches->currentProgram) {
102 if (mCaches->currentProgram->isInUse()) {
103 mCaches->currentProgram->remove();
104 mCaches->currentProgram = NULL;
SkiaShader.cpp 193 Program* program = caches->currentProgram;
279 Program* program = caches->currentProgram;
383 Program* program = caches->currentProgram;
Caches.cpp 95 currentProgram = NULL;
236 currentProgram = NULL;
497 GLuint slot = currentProgram->position;
506 GLuint slot = currentProgram->texCoords;
OpenGLRenderer.cpp     [all...]
Caches.h 310 Program* currentProgram;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 892 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
899 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
909 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 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/angle/src/libGLESv2/
Context.cpp 203 mState.currentProgram = 0;
232 if (mState.currentProgram != 0)
234 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
239 mState.currentProgram = 0;
    [all...]
Context.h 104 GLuint currentProgram;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]

Completed in 2838 milliseconds