Home
last modified time | relevance | path

Searched refs:getAllAttributes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h84 const std::vector<sh::ShaderVariable> &getAllAttributes() const { return mAllAttributes; } in getAllAttributes() function
216 const std::vector<sh::ShaderVariable> &getAllAttributes();
DShader.cpp687 const std::vector<sh::ShaderVariable> &Shader::getAllAttributes() in getAllAttributes() function in gl::Shader
690 return mState.getAllAttributes(); in getAllAttributes()
DProgram.cpp1782 for (const sh::ShaderVariable &attribute : shader->getAllAttributes()) in updateProgramInterfaceInputs()
3750 mState.mExecutable->mProgramInputs = vertexShader->getAllAttributes(); in linkAttributes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp903 SerializeShaderVariablesVector(json, shaderState.getAllAttributes()); in SerializeShaderState()