Lines Matching refs:GL_CALL
18 #define GL_CALL(X) GR_GL_CALL(fGpu->glInterface(), X)
188 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount));
198 GL_CALL(DrawElementsInstancedBaseVertexBaseInstance(
208 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount,
211 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT,
231 GL_CALL(DrawArraysInstancedBaseInstance(glPrimType, baseVertex, vertexCount,
235 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, instanceCountForDraw));
250 GL_CALL(DrawElementsInstancedBaseVertexBaseInstance(
257 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT,
295 GL_CALL(MultiDrawArraysIndirect(glPrimType,
303 GL_CALL(DrawArraysIndirect(glPrimType,
334 GL_CALL(DrawArraysInstancedBaseInstance(glPrimType, fFirsts[0], fCounts[0],
337 GL_CALL(MultiDrawArraysInstancedBaseInstance(glPrimType, fFirsts, fCounts,
367 GL_CALL(MultiDrawElementsIndirect(glPrimType, GR_GL_UNSIGNED_SHORT,
375 GL_CALL(DrawElementsIndirect(glPrimType, GR_GL_UNSIGNED_SHORT,
408 GL_CALL(DrawElementsInstancedBaseVertexBaseInstance(glPrimType, fCounts[0],
414 GL_CALL(MultiDrawElementsInstancedBaseVertexBaseInstance(glPrimType, fCounts,