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

1 2

  /external/chromium_org/cc/output/
geometry_binding.cc 78 // OpenGL defines the last parameter to VertexAttribPointer as type
89 gl_->VertexAttribPointer(PositionAttribLocation(),
96 gl_->VertexAttribPointer(TexCoordAttribLocation(),
103 gl_->VertexAttribPointer(TriangleIndexAttribLocation(),
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.h 52 static void VertexAttribPointer(GLuint index, GLint size, GLenum type,
context.cc 108 void Context::VertexAttribPointer(GLuint index, GLint size, GLenum type,
148 .SetMethod("vertexAttribPointer", VertexAttribPointer)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 984 cmds::VertexAttribPointer set_pointer1;
    [all...]
gles2_interface_stub_impl_autogen.h 557 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */,
    [all...]
vertex_array_object_manager.cc 533 gl_helper->VertexAttribPointer(
gles2_cmd_helper_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
GrGLAssembleInterface.cpp 187 GET_PROC(VertexAttribPointer);
416 GET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
GrGLAssembleInterface.cpp 166 GET_PROC(VertexAttribPointer);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_attribs.cc 142 TEST_P(GLES2DecoderWithShaderTest, VertexAttribPointer) {
189 VertexAttribPointer(index,
196 VertexAttribPointer cmd;
gles2_cmd_decoder_unittest_base.cc 241 EXPECT_CALL(*gl_, VertexAttribPointer(0, 1, GL_FLOAT, GL_FALSE, 0, NULL))
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 157 OP(VertexAttribPointer) /* 398 */ \
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 140 GET_PROC(VertexAttribPointer);
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc     [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 688 gles2_if_->VertexAttribPointer(
691 gles2_if_->VertexAttribPointer(
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 397 gles2_if_->VertexAttribPointer(context, pos_location, 2,
400 gles2_if_->VertexAttribPointer(
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 689 gles2_if_->VertexAttribPointer(
692 gles2_if_->VertexAttribPointer(
video_decode_dev.cc 661 gles2_if_->VertexAttribPointer(context_->pp_resource(), pos_location, 2,
664 gles2_if_->VertexAttribPointer(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 159 #define glVertexAttribPointer GLES2_GET_FUN(VertexAttribPointer)
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 532 VISIT_GL_CALL(VertexAttribPointer,

Completed in 467 milliseconds

1 2