HomeSort by: relevance | last modified time | path
    Searched refs:CopyWriteBuffer (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
bufferobj.c 131 return &ctx->CopyWriteBuffer;
877 _mesa_reference_buffer_object(ctx, &ctx->CopyWriteBuffer,
935 _mesa_reference_buffer_object(ctx, &ctx->CopyWriteBuffer, NULL);
1512 if (ctx->CopyWriteBuffer == bufObj) {
1513 bind_buffer_object(ctx, &ctx->CopyWriteBuffer, 0);
mtypes.h 4980 struct gl_buffer_object *CopyWriteBuffer; /**< GL_ARB_copy_buffer */
get.c 997 v->value_int = ctx->CopyWriteBuffer->Name;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
bufferobj.c 145 return &ctx->CopyWriteBuffer;
1007 _mesa_reference_buffer_object(ctx, &ctx->CopyWriteBuffer, NULL);
1631 if (ctx->CopyWriteBuffer == bufObj) {
1632 bind_buffer_object(ctx, &ctx->CopyWriteBuffer, 0);
get.c 1050 v->value_int = ctx->CopyWriteBuffer ? ctx->CopyWriteBuffer->Name : 0;
mtypes.h 5401 struct gl_buffer_object *CopyWriteBuffer; /**< GL_ARB_copy_buffer */

Completed in 29 milliseconds