Lines Matching refs:getProgramExecutable
1506 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in renderPassUsesStorageResources()
1588 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyMemoryBarrierImpl()
1727 ASSERT(mState.getProgramExecutable() != nullptr); in handleDirtyGraphicsPipelineDesc()
1728 const gl::ProgramExecutable &glExecutable = *mState.getProgramExecutable(); in handleDirtyGraphicsPipelineDesc()
1970 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyTexturesImpl()
2032 uint32_t maxAttrib = mState.getProgramExecutable()->getMaxActiveAttribLocation(); in handleDirtyGraphicsVertexBuffers()
2044 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyGraphicsVertexBuffers()
2115 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyShaderResourcesImpl()
2157 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyShaderBufferResourcesImpl()
2250 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyGraphicsTransformFeedbackBuffersEmulation()
2293 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in handleDirtyGraphicsTransformFeedbackBuffersExtension()
2403 *mState.getProgramExecutable(), &mDefaultUniformStorage, in handleDirtyUniformsImpl()
4183 const gl::ProgramExecutable *executable = glState.getProgramExecutable(); in invalidateProgramExecutableHelper()
4226 const gl::ProgramExecutable *programExecutable = glState.getProgramExecutable(); in syncState()
4476 ANGLE_TRY(checkAndUpdateFramebufferFetchStatus(glState.getProgramExecutable())); in syncState()
4689 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in onMakeCurrent()
4928 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in invalidateCurrentDefaultUniforms()
4940 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in invalidateCurrentTextures()
4962 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in invalidateCurrentShaderResources()
4999 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in updateShaderResourcesDescriptorDesc()
5079 if (mState.getProgramExecutable()) in onFramebufferChange()
5865 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in updateActiveTextures()
6009 const gl::ProgramExecutable *executable = glState.getProgramExecutable(); in updateActiveImages()
6488 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in flushCommandsAndEndRenderPassImpl()
6860 const gl::ProgramExecutable *executable = getState().getProgramExecutable(); in onProgramExecutableReset()
7038 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in endRenderPassIfComputeReadAfterTransformFeedbackWrite()
7070 const gl::ProgramExecutable *executable = mState.getProgramExecutable(); in endRenderPassIfComputeReadAfterAttachmentWrite()