Searched refs:bufferPointer (Results 1 – 2 of 2) sorted by relevance
140 GLvoid* bufferPointer; in iterate() local141 gl.getBufferPointerv(GL_PARAMETER_BUFFER_ARB, GL_BUFFER_MAP_POINTER, &bufferPointer); in iterate()144 if (buffer != bufferPointer) in iterate()
351 uint8_t *bufferPointer = MapBufferRangeWithFallback(mFunctions, GL_ARRAY_BUFFER, 0, in streamAttributes() local385 memcpy(bufferPointer + curBufferOffset, inputPointer + (sourceStride * firstIndex), in streamAttributes()393 uint8_t *out = bufferPointer + curBufferOffset + (destStride * vertexIdx); in streamAttributes()