Searched refs:hasImages (Results 1 – 6 of 6) sorted by relevance
152 bool ProgramExecutable::hasImages() const in hasImages() function in gl::ProgramExecutable157 return mProgramState->hasImages(); in hasImages()160 return mProgramPipelineState->hasImages(); in hasImages()
60 bool hasImages() const;
119 bool hasImages() const;
189 bool ProgramPipelineState::hasImages() const in hasImages() function in gl::ProgramPipelineState194 if (shaderProgram && shaderProgram->getState().hasImages()) in hasImages()
344 bool hasImages() const { return !getImageBindings().empty(); } in hasImages() function
1393 if (executable->hasImages()) in handleDirtyShaderResourcesImpl()1399 executable->hasAtomicCounterBuffers() || executable->hasImages()) in handleDirtyShaderResourcesImpl()3244 executable->hasAtomicCounterBuffers() || executable->hasImages()) in invalidateCurrentShaderResources()