Home
last modified time | relevance | path

Searched refs:mPipelineHasGraphicsImages (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DProgramExecutable.cpp88 mPipelineHasGraphicsImages(false),
149 mPipelineHasGraphicsImages(other.mPipelineHasGraphicsImages), in ProgramExecutable()
713 return !mGraphicsImageBindings.empty() || mPipelineHasGraphicsImages; in hasGraphicsImages()
DProgramExecutable.h479 bool mPipelineHasGraphicsImages; variable
DProgramPipeline.cpp449 mState.mExecutable->mPipelineHasGraphicsImages = true; in updateHasBooleans()