Searched refs:VertexAttribPointer (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/cc/output/
H A Dgeometry_binding.cc78 // 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/
H A Dcontext.h52 static void VertexAttribPointer(GLuint index, GLint size, GLenum type,
H A Dcontext.cc108 void Context::VertexAttribPointer(GLuint index, GLint size, GLenum type, function in class:mojo::js::gl::Context
148 .SetMethod("vertexAttribPointer", VertexAttribPointer)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
H A DGrGLAssembleInterface.cpp187 GET_PROC(VertexAttribPointer);
416 GET_PROC(VertexAttribPointer);
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp37 GR_GL_CALL(gpu->glInterface(), VertexAttribPointer(index,
H A DGrGLAssembleInterface.cpp166 GET_PROC(VertexAttribPointer);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc984 cmds::VertexAttribPointer set_pointer1;
987 cmds::VertexAttribPointer set_pointer2;
1029 gl_->VertexAttribPointer(
1031 gl_->VertexAttribPointer(
1051 cmds::VertexAttribPointer set_pointer1;
1054 cmds::VertexAttribPointer set_pointer2;
1098 gl_->VertexAttribPointer(
1100 gl_->VertexAttribPointer(
1127 cmds::VertexAttribPointer set_pointer1;
1130 cmds::VertexAttribPointer set_pointer
[all...]
H A Dgles2_interface_stub_impl_autogen.h557 void GLES2InterfaceStub::VertexAttribPointer(GLuint /* indx */, function in class:GLES2InterfaceStub
H A Dvertex_array_object_manager.cc533 gl_helper->VertexAttribPointer(
H A Dgles2_cmd_helper_autogen.h1347 void VertexAttribPointer(GLuint indx, function
1353 gles2::cmds::VertexAttribPointer* c =
1354 GetCmdSpace<gles2::cmds::VertexAttribPointer>();
H A Dgles2_trace_implementation_impl_autogen.h972 void GLES2TraceImplementation::VertexAttribPointer(GLuint indx, function in class:GLES2TraceImplementation
978 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttribPointer");
979 gl_->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_attribs.cc142 TEST_P(GLES2DecoderWithShaderTest, VertexAttribPointer) {
189 VertexAttribPointer(index,
196 VertexAttribPointer cmd;
H A Dgles2_cmd_decoder_unittest_base.cc241 EXPECT_CALL(*gl_, VertexAttribPointer(0, 1, GL_FLOAT, GL_FALSE, 0, NULL))
1128 VertexAttribPointer(index, size, type, GL_FALSE, stride,
1132 cmds::VertexAttribPointer cmd;
1191 EXPECT_CALL(*gl_, VertexAttribPointer(attrib, _, _, _, _, _))
1597 EXPECT_CALL(*gl_, VertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, 0, NULL))
1621 ON_CALL(*gl_, VertexAttribPointer(_, _, _, _, _, NULL))
/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc397 gles2_if_->VertexAttribPointer(context, pos_location, 2,
400 gles2_if_->VertexAttribPointer(
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h157 OP(VertexAttribPointer) /* 398 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp140 GET_PROC(VertexAttribPointer);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc882 // OpenGL defines the last parameter to VertexAttribPointer as type
889 gl_->VertexAttribPointer(position_location_,
897 gl_->VertexAttribPointer(texcoord_location_,
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc688 gles2_if_->VertexAttribPointer(
691 gles2_if_->VertexAttribPointer(
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc689 gles2_if_->VertexAttribPointer(
692 gles2_if_->VertexAttribPointer(
H A Dvideo_decode_dev.cc661 gles2_if_->VertexAttribPointer(context_->pp_resource(), pos_location, 2,
664 gles2_if_->VertexAttribPointer(
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h159 #define glVertexAttribPointer GLES2_GET_FUN(VertexAttribPointer)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1364 void VertexAttribPointer(PP_Resource context_id, function in namespace:ppapi::__anon10171
1374 ->VertexAttribPointer(indx, size, type, normalized, stride, ptr);
1681 &VertexAttribPointer, &Viewport};
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1351 void VertexAttribPointer(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1449 &VertexAttribPointer, &Viewport};
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h532 VISIT_GL_CALL(VertexAttribPointer,

Completed in 1922 milliseconds

12