cocos2d-x  v3.6
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
GLProgramState Member List

This is the complete list of members for GLProgramState, including all inherited members.

_IDRef
_luaIDRef
_scriptObjectRef
apply(const Mat4 &modelView)GLProgramState
applyAttributes(bool applyAttribFlags=true)GLProgramState
applyGLProgram(const Mat4 &modelView)GLProgramState
applyUniforms()GLProgramState
autorelease()Ref
create(GLProgram *glprogram)GLProgramStatestatic
getOrCreateWithGLProgram(GLProgram *glprogram)GLProgramStatestatic
getOrCreateWithGLProgramName(const std::string &glProgramName)GLProgramStatestatic
getReferenceCount() const Ref
getUniformCount() const GLProgramStateinline
getVertexAttribCount() const GLProgramStateinline
getVertexAttribsFlags() const GLProgramStateinline
release()Ref
retain()Ref
setGLProgram(GLProgram *glprogram)GLProgramState
setUniformInt(const std::string &uniformName, int value)GLProgramState
setUniformInt(GLint uniformLocation, int value)GLProgramState
setVertexAttribCallback(const std::string &name, const std::function< void(VertexAttrib *)> &callback)GLProgramState
~Ref()Refvirtual