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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array_priv.h 301 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.
165 arrays->DrawArrays = NULL;
322 * Emit a single element using non-DrawArrays protocol.
360 * Emit a single element using "old" DrawArrays protocol from
468 arrays->DrawArrays = emit_DrawArrays_old
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 301 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.
165 arrays->DrawArrays = NULL;
322 * Emit a single element using non-DrawArrays protocol.
360 * Emit a single element using "old" DrawArrays protocol from
468 arrays->DrawArrays = emit_DrawArrays_old
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 148 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
151 DrawArrays cmd;
161 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
164 DrawArrays cmd;
174 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
177 DrawArrays cmd;
189 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
192 DrawArrays cmd;
214 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
228 DrawArrays cmd
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 72 GET_PROC(DrawArrays);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 72 GET_PROC(DrawArrays);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 60 OP(DrawArrays) /* 303 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 104 GET_PROC(DrawArrays);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 83 GR_GL_GET_PROC(DrawArrays);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 104 GET_PROC(DrawArrays);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 83 GR_GL_GET_PROC(DrawArrays);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 54 #define glDrawArrays GLES2_GET_FUN(DrawArrays)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vtxfmt.c 108 SET_DrawArrays(tab, vfmt->DrawArrays);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 101 SET_PROC(DrawArrays)
  /external/mesa3d/src/mesa/main/
vtxfmt.c 108 SET_DrawArrays(tab, vfmt->DrawArrays);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 101 SET_PROC(DrawArrays)
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_noop.c 499 vfmt->DrawArrays = _mesa_noop_DrawArrays;
  /external/mesa3d/src/mesa/vbo/
vbo_noop.c 499 vfmt->DrawArrays = _mesa_noop_DrawArrays;
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 353 void DrawArrays(
357 ToGles2Impl(&enter)->DrawArrays(mode, first, count);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 133 void GLES2InterfaceStub::DrawArrays(
gles2_cmd_helper_autogen.h 407 void DrawArrays(GLenum mode, GLint first, GLsizei count) {
408 gles2::cmds::DrawArrays* c = GetCmdSpace<gles2::cmds::DrawArrays>();
    [all...]
gles2_implementation_unittest_autogen.h 378 TEST_F(GLES2ImplementationTest, DrawArrays) {
380 cmds::DrawArrays cmd;
385 gl_->DrawArrays(GL_POINTS, 2, 3);
    [all...]
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 278 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 451 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);

Completed in 151 milliseconds

1 2 3