Searched refs:GL_NO_ERROR (Results 1 – 5 of 5) sorted by relevance
53 #define GL_NO_ERROR 0 macro
253 return GL_NO_ERROR; in setActiveTextureUnit()338 return GL_NO_ERROR; in bindTexture()
275 return GL_NO_ERROR; in subUpdateBufferData()
48 if(err != GL_NO_ERROR) { in s_glGetError()49 ctx->setError(GL_NO_ERROR); in s_glGetError()608 if ((err = state->setActiveTextureUnit(texture)) != GL_NO_ERROR) { in s_glActiveTexture()624 if ((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR) { in s_glBindTexture()925 m_error = GL_NO_ERROR; in GLEncoder()
48 m_error = GL_NO_ERROR; in GL2Encoder()136 if(err != GL_NO_ERROR) { in s_glGetError()137 ctx->setError(GL_NO_ERROR); in s_glGetError()1054 SET_ERROR_IF((err = state->setActiveTextureUnit(texture)) != GL_NO_ERROR, err); in s_glActiveTexture()1066 SET_ERROR_IF((err = state->bindTexture(target, texture, &firstUse)) != GL_NO_ERROR, err); in s_glBindTexture()