Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.h128 bool validateSamplers() const;
DProgram.cpp2750 if (!validateSamplers()) in validate()
2762 bool Program::validateSamplers() const in validateSamplers() function in gl::Program
DContext.cpp2592 if (!getCurrentProgram()->validateSamplers()) in drawArrays()
2659 if (!getCurrentProgram()->validateSamplers()) in drawElements()