HomeSort by relevance Sort by last modified time
    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 89 currentProgram = NULL;
201 currentProgram = NULL;
397 GLuint slot = currentProgram->position;
406 GLuint slot = currentProgram->texCoords;
OpenGLRenderer.cpp 342 if (mCaches.currentProgram) {
343 if (mCaches.currentProgram->isInUse()) {
344 mCaches.currentProgram->remove();
345 mCaches.currentProgram = NULL;
    [all...]
Caches.h 252 Program* currentProgram;
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 298 IGLProperty currentProgram = new GLIntegerProperty(GLStateType.CURRENT_PROGRAM,
336 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/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 478 milliseconds