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/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_drawing.cc 117 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
120 DrawArrays draw_cmd;
146 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
149 DrawArrays draw_cmd;
197 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
200 DrawArrays draw_cmd;
246 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
249 DrawArrays draw_cmd;
298 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
301 DrawArrays draw_cmd
    [all...]
  /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/common/
gles2_cmd_ids_autogen.h 57 OP(DrawArrays) /* 298 */ \
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 72 GET_PROC(DrawArrays);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 102 GET_PROC(DrawArrays);
350 GET_PROC(DrawArrays);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 56 #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/mesa3d/src/mesa/main/
vtxfmt.c 108 SET_DrawArrays(tab, vfmt->DrawArrays);
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 81 GET_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 397 void DrawArrays(PP_Resource context_id,
403 ToGles2Impl(&enter)->DrawArrays(mode, first, count);
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 209 gl_->DrawArrays(GL_TRIANGLE_STRIP, 0, 4);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 159 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */,
    [all...]
gles2_cmd_helper_autogen.h 406 void DrawArrays(GLenum mode, GLint first, GLsizei count) {
407 gles2::cmds::DrawArrays* c = GetCmdSpace<gles2::cmds::DrawArrays>();
    [all...]
gles2_implementation_unittest_autogen.h 384 TEST_F(GLES2ImplementationTest, DrawArrays) {
386 cmds::DrawArrays cmd;
391 gl_->DrawArrays(GL_POINTS, 2, 3);
    [all...]
gles2_trace_implementation_impl_autogen.h 274 void GLES2TraceImplementation::DrawArrays(GLenum mode,
277 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DrawArrays");
278 gl_->DrawArrays(mode, first, count);
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 500 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4);
  /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 501 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4);
video_decode_dev.cc 454 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 390 void DrawArrays(PP_Resource context_id,
    [all...]

Completed in 540 milliseconds

1 2 3