Searched defs:arraysPacked (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 504 CaptureDeleteVertexArrays(const State &glState, bool isCallValid, GLsizei n, const VertexArrayID *arraysPacked) CaptureDeleteVertexArrays() argument 797 CaptureGenVertexArrays(const State &glState, bool isCallValid, GLsizei n, VertexArrayID *arraysPacked) CaptureGenVertexArrays() argument [all...] |
H A D | capture_gles_ext_autogen.cpp | 10817 CaptureDeleteVertexArraysOES(const State &glState, bool isCallValid, GLsizei n, const VertexArrayID *arraysPacked) CaptureDeleteVertexArraysOES() argument 10846 CaptureGenVertexArraysOES(const State &glState, bool isCallValid, GLsizei n, VertexArrayID *arraysPacked) CaptureGenVertexArraysOES() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 650 const VertexArrayID *arraysPacked = PackParam<const VertexArrayID *>(arrays); in GL_DeleteVertexArrays() local 1016 VertexArrayID *arraysPacked = PackParam<VertexArrayID *>(arrays); in GL_GenVertexArrays() local
|
H A D | entry_points_gles_ext_autogen.cpp | 11151 const VertexArrayID *arraysPacked = PackParam<const VertexArrayID *>(arrays); in GL_DeleteVertexArraysOES() local 11177 VertexArrayID *arraysPacked = PackParam<VertexArrayID *>(arrays); in GL_GenVertexArraysOES() local
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 524 const VertexArrayID *arraysPacked = PackParam<const VertexArrayID *>(arrays); in GL_DeleteVertexArrays() local 897 VertexArrayID *arraysPacked = PackParam<VertexArrayID *>(arrays); in GL_GenVertexArrays() local
|
H A D | entry_points_gl_4_autogen.cpp | 6780 VertexArrayID *arraysPacked = PackParam<VertexArrayID *>(arrays); in GL_CreateVertexArrays() local
|
Completed in 63 milliseconds