Home
last modified time | relevance | path

Searched refs:markUnusedUniformLocations (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl.h158 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl.h152 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h105 void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations,
DProgramGL.cpp1078 void ProgramGL::markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() function in rx::ProgramGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.h110 void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations,
DProgramGL.cpp1155 void ProgramGL::markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() function in rx::ProgramGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp1724 mProgram->markUnusedUniformLocations(&mState.mUniformLocations, in resolveLinkImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp1533 mProgram->markUnusedUniformLocations(&mState.mUniformLocations, &mState.mSamplerBindings, in resolveLinkImpl()