Searched refs:VertexAttrib4fv (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgram.cpp156 GL_CALL(VertexAttrib4fv(header.fColorAttributeIndex, c));
194 GL_CALL(VertexAttrib4fv(header.fCoverageAttributeIndex, c));
H A DGrGLAssembleInterface.cpp186 GET_PROC(VertexAttrib4fv);
415 GET_PROC(VertexAttrib4fv);
/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp166 GL_CALL(VertexAttrib4fv(header.fColorAttributeIndex, c));
205 GL_CALL(VertexAttrib4fv(header.fCoverageAttributeIndex, c));
H A DGrGLAssembleInterface.cpp165 GET_PROC(VertexAttrib4fv);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp139 GET_PROC(VertexAttrib4fv);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h158 #define glVertexAttrib4fv GLES2_GET_FUN(VertexAttrib4fv)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1355 void VertexAttrib4fv(PP_Resource context_id, function in namespace:ppapi::__anon10171
1360 ToGles2Impl(&enter)->VertexAttrib4fv(indx, values);
1680 &VertexAttrib4f, &VertexAttrib4fv,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h554 void GLES2InterfaceStub::VertexAttrib4fv(GLuint /* indx */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_impl_autogen.h966 void GLES2TraceImplementation::VertexAttrib4fv(GLuint indx, function in class:GLES2TraceImplementation
968 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::VertexAttrib4fv");
969 gl_->VertexAttrib4fv(indx, values);
H A Dgles2_implementation_autogen.h471 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
H A Dgles2_interface_autogen.h313 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) = 0;
H A Dgles2_interface_stub_autogen.h341 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h341 virtual void VertexAttrib4fv(GLuint indx, const GLfloat* values) OVERRIDE;
H A Dgles2_implementation_unittest_autogen.h1557 TEST_F(GLES2ImplementationTest, VertexAttrib4fv) {
1569 gl_->VertexAttrib4fv(1, &data[0]);
H A Dgles2_c_lib_autogen.h603 gles2::GetGLContext()->VertexAttrib4fv(indx, values);
H A Dgles2_implementation_impl_autogen.h1663 void GLES2Implementation::VertexAttrib4fv(GLuint indx, const GLfloat* values) { function in class:GLES2Implementation
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1342 void VertexAttrib4fv(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1448 &VertexAttrib4f, &VertexAttrib4fv,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h528 VISIT_GL_CALL(VertexAttrib4fv,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h533 void (*VertexAttrib4fv)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
992 void (*VertexAttrib4fv)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2_autogen.h613 VertexAttrib4fv(
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c865 glGetInterfacePPAPI()->VertexAttrib4fv(
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h629 #define glVertexAttrib4fv GLES2_GET_FUN(VertexAttrib4fv)
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc699 DELEGATE_TO_GL_2(vertexAttrib4fv, VertexAttrib4fv, WGC3Duint,
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h2040 #define glVertexAttrib4fv MANGLE(VertexAttrib4fv)
/external/mesa3d/include/GL/
H A Dgl_mangle.h2040 #define glVertexAttrib4fv MANGLE(VertexAttrib4fv)

Completed in 477 milliseconds

12