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 147 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
150 DrawArrays cmd;
160 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
163 DrawArrays cmd;
173 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
176 DrawArrays cmd;
188 EXPECT_CALL(*gl_, DrawArrays(_, _, _))
191 DrawArrays cmd;
213 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
227 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 65 OP(DrawArrays) /* 308 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 102 GET_PROC(DrawArrays);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 81 GR_GL_GET_PROC(DrawArrays);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 102 GET_PROC(DrawArrays);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 81 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 100 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 100 SET_PROC(DrawArrays)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 225 void DrawArrays(
227 GetGLES(context_id)->DrawArrays(mode, first, count);
886 &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/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 133 void GLES2InterfaceStub::DrawArrays(
gles2_implementation_unittest_autogen.h 378 TEST_F(GLES2ImplementationTest, DrawArrays) {
380 cmds::DrawArrays cmd;
385 gl_->DrawArrays(GL_POINTS, 2, 3);
    [all...]
gles2_trace_implementation_impl_autogen.h 238 void GLES2TraceImplementation::DrawArrays(
240 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DrawArrays");
241 gl_->DrawArrays(mode, first, count);
    [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 450 gles2_if_->DrawArrays(context_->pp_resource(), GL_TRIANGLE_STRIP, 0, 4);

Completed in 504 milliseconds

1 2 3