HomeSort by relevance Sort by last modified time
    Searched refs:GL_ARRAY_BUFFER_ARB (Results 1 - 16 of 16) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp 445 pContext->pglExt->glBindBufferARB(GL_ARRAY_BUFFER_ARB, psMesh->pivb);
446 pContext->pglExt->glBufferDataARB(GL_ARRAY_BUFFER_ARB, psMesh->nV * 2 * sizeof(*pvData), NULL, GL_STREAM_DRAW_ARB);
447 pvData = (SVertexShVol*)pContext->pglExt->glMapBufferARB(GL_ARRAY_BUFFER_ARB, GL_WRITE_ONLY_ARB);
474 pContext->pglExt->glUnmapBufferARB(GL_ARRAY_BUFFER_ARB);
475 pContext->pglExt->glBindBufferARB(GL_ARRAY_BUFFER_ARB, 0);
537 pContext->pglExt->glBindBufferARB(GL_ARRAY_BUFFER_ARB, psVol->piib);
538 pContext->pglExt->glBufferDataARB(GL_ARRAY_BUFFER_ARB, psMesh->nT * 2 * 3 * sizeof(unsigned short), NULL, GL_STREAM_DRAW_ARB);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 218 case GL_ARRAY_BUFFER_ARB:
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 360 if (ctx->Driver.BufferData(ctx, GL_ARRAY_BUFFER_ARB,
vbo_exec_api.c     [all...]
vbo_save_api.c 200 GL_ARRAY_BUFFER_ARB,
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c 113 case GL_ARRAY_BUFFER_ARB:
    [all...]
attrib.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]

Completed in 355 milliseconds