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

  /external/skia/bench/
GLInstancedArraysBench.cpp 201 GR_GL_CALL(gl, GenBuffers(1, &posVBO));
210 GR_GL_CALL(gl, GenBuffers(1, &instanceVBO));
243 GR_GL_CALL(gl, GenBuffers(1, &posVBO));
251 GR_GL_CALL(gl, GenBuffers(1, &colorVBO));
291 GR_GL_CALL(gl, GenBuffers(1, &vbo));
GLVec4ScalarBench.cpp 234 GR_GL_CALL(gl, GenBuffers(1, &fVboId));
GLVertexAttributesBench.cpp 198 GR_GL_CALL(gl, GenBuffers(1, &fVBO));
  /external/skia/src/gpu/gl/
GrGLBuffer.cpp 95 GL_CALL(GenBuffers(1, &fBufferID));
GrGLAssembleInterface.cpp 160 GET_PROC(GenBuffers);
644 GET_PROC(GenBuffers);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 215 void GenBuffers(GLsizei n, GLuint* buffers);
845 return es1::GenBuffers(n, buffers);
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 215 void GenBuffers(GLsizei n, GLuint* buffers);
696 return es2::GenBuffers(n, buffers);
    [all...]
libGLESv2.cpp     [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 208 void GenBuffers(GLsizei n, GLuint* buffers) override;
    [all...]
mojo_gles2_impl_autogen.cc 392 void MojoGLES2Impl::GenBuffers(GLsizei n, GLuint* buffers) {
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 551 #define glGenBuffers MANGLE(GenBuffers)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 511 #define glGenBuffers MANGLE(GenBuffers)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 551 #define glGenBuffers MANGLE(GenBuffers)
    [all...]

Completed in 92 milliseconds