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

1 2

  /external/chromium_org/cc/output/
geometry_binding.cc 79 // OpenGL defines the last parameter to VertexAttribPointer as type
90 gl_->VertexAttribPointer(PositionAttribLocation(),
97 gl_->VertexAttribPointer(TexCoordAttribLocation(),
104 gl_->VertexAttribPointer(TriangleIndexAttribLocation(),
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 764 cmds::VertexAttribPointer set_pointer1;
767 cmds::VertexAttribPointer set_pointer2;
809 gl_->VertexAttribPointer(
811 gl_->VertexAttribPointer(
831 cmds::VertexAttribPointer set_pointer1;
834 cmds::VertexAttribPointer set_pointer2;
878 gl_->VertexAttribPointer(
880 gl_->VertexAttribPointer(
907 cmds::VertexAttribPointer set_pointer1;
910 cmds::VertexAttribPointer set_pointer2
    [all...]
gles2_interface_stub_impl_autogen.h 446 void GLES2InterfaceStub::VertexAttribPointer(
vertex_array_object_manager.cc 533 gl_helper->VertexAttribPointer(
gles2_cmd_helper_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h 828 void GLES2TraceImplementation::VertexAttribPointer(
831 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttribPointer");
832 gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
    [all...]
gles2_implementation_autogen.h 372 virtual void VertexAttribPointer(
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 139 GET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 139 GET_PROC(VertexAttribPointer);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 184 OP(VertexAttribPointer) /* 427 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 185 GET_PROC(VertexAttribPointer);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 170 GR_GL_GET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 185 GET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 170 GR_GL_GET_PROC(VertexAttribPointer);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.cc 169 EXPECT_CALL(*gl_, VertexAttribPointer(0, 1, GL_FLOAT, GL_FALSE, 0, NULL))
912 VertexAttribPointer(index, size, type, GL_FALSE, stride,
916 cmds::VertexAttribPointer cmd;
969 EXPECT_CALL(*gl_, VertexAttribPointer(attrib, _, _, _, _, _))
    [all...]
  /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 658 gles2_if_->VertexAttribPointer(context_->pp_resource(), pos_location, 2,
661 gles2_if_->VertexAttribPointer(
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 157 #define glVertexAttribPointer GLES2_GET_FUN(VertexAttribPointer)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 168 GR_GL_GET_PROC(VertexAttribPointer);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 208 WGL_SET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 168 GR_GL_GET_PROC(VertexAttribPointer);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 208 WGL_SET_PROC(VertexAttribPointer);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 1184 void VertexAttribPointer(
    [all...]

Completed in 246 milliseconds

1 2