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

  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 573 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
580 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
587 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
594 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
601 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
608 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
615 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
622 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
629 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location);
636 GLint hostLoc = ctx->m_shared->locationWARAppToHost(ctx->m_state->currentProgram(),location)
    [all...]
  /frameworks/base/libs/hwui/
Caches.h 166 Program* currentProgram;
OpenGLRenderer.cpp 194 if (mCaches.currentProgram) {
195 if (mCaches.currentProgram->isInUse()) {
196 mCaches.currentProgram->remove();
197 mCaches.currentProgram = NULL;
907 glVertexAttribPointer(mCaches.currentProgram->position, 2, GL_FLOAT, GL_FALSE,
    [all...]
Caches.cpp 50 lastDstMode(GL_ZERO), currentProgram(NULL) {
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 207 : currentProgram(TextureMapperGLData::ShaderInfo::TargetProgram)
211 int currentProgram;
377 if (data().currentProgram != program) {
380 data().currentProgram = program;
653 data().currentProgram = TextureMapperGLData::ShaderInfo::TargetProgram;
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 124 GLint currentProgram() const { return m_currentProgram; }
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 135 mState.currentProgram = 0;
161 if (mState.currentProgram != 0)
163 Program *programObject = mResourceManager->getProgram(mState.currentProgram);
168 mState.currentProgram = 0;
999 GLuint priorProgram = mState.currentProgram;
1000 mState.currentProgram = program; // Must switch before trying to delete, otherwise it only gets flagged.
1071 return mResourceManager->getProgram(mState.currentProgram);
    [all...]
Context.h 212 GLuint currentProgram;

Completed in 171 milliseconds