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

  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 295 void (*DrawArrays) (GLenum, GLint, GLsizei);
indirect_vertex_array.c 45 * in the DrawArrays protocol. Certain operations, such as enabling or
48 * other factors to determine what "version" of DrawArrays protocoal can be
51 * Current, only two versions of DrawArrays protocol are implemented. The
55 * DrawArrays protocol.
58 * This is the GL 1.1 DrawArrays protocol. The only difference between GL
59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
163 arrays->DrawArrays = NULL;
331 * Emit a single element using non-DrawArrays protocol.
397 * Emit a single element using "old" DrawArrays protocol from
505 arrays->DrawArrays = emit_DrawArrays_old
    [all...]
  /external/skia/bench/
GLVec4ScalarBench.cpp 268 GR_GL_CALL(gl, DrawArrays(GR_GL_TRIANGLES, 0, kVerticesPerTri * kNumTriPerDraw));
GLVertexAttributesBench.cpp 235 GR_GL_CALL(gl, DrawArrays(GR_GL_TRIANGLES, 0, kVerticesPerTri * triangles));
GLInstancedArraysBench.cpp 24 * kNumTri then we do a single draw, either with instances, or drawArrays. Otherwise we do
357 GR_GL_CALL(gl, DrawArrays(GR_GL_TRIANGLES, 0, kVerticesPerTri * triangles));
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 128 GET_PROC(DrawArrays);
616 GET_PROC(DrawArrays);
    [all...]
GrGLGpu.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 199 void DrawArrays(GLenum mode, GLint first, GLsizei count);
765 return es1::DrawArrays(mode, first, count);
    [all...]
libGLES_CM.cpp 1292 void DrawArrays(GLenum mode, GLint first, GLsizei count)
1305 context->drawArrays(mode, first, count);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 198 void DrawArrays(GLenum mode, GLint first, GLsizei count);
602 return es2::DrawArrays(mode, first, count);
    [all...]
libGLESv2.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 360 void (GLAPIENTRY * DrawArrays)(GLenum, GLint, GLsizei);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 876 { "glDrawArrays", _O(DrawArrays) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 177 void DrawArrays(GLenum mode, GLint first, GLsizei count) override;
    [all...]
mojo_gles2_impl_autogen.cc 326 void MojoGLES2Impl::DrawArrays(GLenum mode, GLint first, GLsizei count) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 369 #define glDrawArrays MANGLE(DrawArrays)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 403 #define glDrawArrays MANGLE(DrawArrays)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 486 #define glDrawArrays MANGLE(DrawArrays)
    [all...]

Completed in 228 milliseconds