Searched refs:GR_GL_WRITE_ONLY (Results 1 – 6 of 6) sorted by relevance
181 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()206 readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap()
839 #define GR_GL_WRITE_ONLY 0x88B9 macro
835 #define GR_GL_WRITE_ONLY 0x88B9 macro
846 GrAlwaysAssert(GR_GL_WRITE_ONLY == access); in mapBuffer()
840 GrAlwaysAssert(GR_GL_WRITE_ONLY == access); in mapBuffer()