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

123

/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/service/
H A Dgles2_cmd_decoder_unittest.cc148 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 cm
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp72 GET_PROC(DrawArrays);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp72 GET_PROC(DrawArrays);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h60 OP(DrawArrays) /* 303 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp104 GET_PROC(DrawArrays);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp83 GR_GL_GET_PROC(DrawArrays);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp104 GET_PROC(DrawArrays);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp83 GR_GL_GET_PROC(DrawArrays);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h54 #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/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp101 SET_PROC(DrawArrays)
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c108 SET_DrawArrays(tab, vfmt->DrawArrays);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp101 SET_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.cc353 void DrawArrays( function in namespace:ppapi::__anon10227
357 ToGles2Impl(&enter)->DrawArrays(mode, first, count);
1403 &DrawArrays,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h133 void GLES2InterfaceStub::DrawArrays( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h407 void DrawArrays(GLenum mode, GLint first, GLsizei count) { function
408 gles2::cmds::DrawArrays* c = GetCmdSpace<gles2::cmds::DrawArrays>();
H A Dgles2_implementation_unittest_autogen.h378 TEST_F(GLES2ImplementationTest, DrawArrays) {
380 cmds::DrawArrays cmd;
385 gl_->DrawArrays(GL_POINTS, 2, 3);
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc451 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);

Completed in 1370 milliseconds

123