Searched refs:DrawArrays (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc117 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_cm
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array_priv.h301 void (*DrawArrays) (GLenum, GLint, GLsizei); member in struct:array_state_vector
H A Dindirect_vertex_array.c45 * 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
[all...]
/external/mesa3d/src/glx/
H A Dindirect_vertex_array_priv.h301 void (*DrawArrays) (GLenum, GLint, GLsizei); member in struct:array_state_vector
H A Dindirect_vertex_array.c45 * 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
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h57 OP(DrawArrays) /* 298 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp72 GET_PROC(DrawArrays);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp102 GET_PROC(DrawArrays);
350 GET_PROC(DrawArrays);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h56 #define glDrawArrays GLES2_GET_FUN(DrawArrays)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvtxfmt.c108 SET_DrawArrays(tab, vfmt->DrawArrays);
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c108 SET_DrawArrays(tab, vfmt->DrawArrays);
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp81 GET_PROC(DrawArrays);
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc278 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_noop.c499 vfmt->DrawArrays = _mesa_noop_DrawArrays;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c499 vfmt->DrawArrays = _mesa_noop_DrawArrays;
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc397 void DrawArrays(PP_Resource context_id, function in namespace:ppapi::__anon10171
403 ToGles2Impl(&enter)->DrawArrays(mode, first, count);
1631 &DrawArrays, &DrawElements,
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc209 gl_->DrawArrays(GL_TRIANGLE_STRIP, 0, 4);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h159 void GLES2InterfaceStub::DrawArrays(GLenum /* mode */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h406 void DrawArrays(GLenum mode, GLint first, GLsizei count) { function
407 gles2::cmds::DrawArrays* c = GetCmdSpace<gles2::cmds::DrawArrays>();
H A Dgles2_implementation_unittest_autogen.h384 TEST_F(GLES2ImplementationTest, DrawArrays) {
386 cmds::DrawArrays cmd;
391 gl_->DrawArrays(GL_POINTS, 2, 3);
H A Dgles2_trace_implementation_impl_autogen.h274 void GLES2TraceImplementation::DrawArrays(GLenum mode, function in class:GLES2TraceImplementation
277 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DrawArrays");
278 gl_->DrawArrays(mode, first, count);
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc500 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc501 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4);
H A Dvideo_decode_dev.cc454 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc390 void DrawArrays(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1399 &DrawArrays, &DrawElements,

Completed in 702 milliseconds

123