Searched defs:idsPacked (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 | 410 CaptureDeleteQueries(const State &glState, bool isCallValid, GLsizei n, const QueryID *idsPacked) CaptureDeleteQueries() argument 475 CaptureDeleteTransformFeedbacks(const State &glState, bool isCallValid, GLsizei n, const TransformFeedbackID *idsPacked) CaptureDeleteTransformFeedbacks() argument 718 CaptureGenQueries(const State &glState, bool isCallValid, GLsizei n, QueryID *idsPacked) CaptureGenQueries() argument 770 CaptureGenTransformFeedbacks(const State &glState, bool isCallValid, GLsizei n, TransformFeedbackID *idsPacked) CaptureGenTransformFeedbacks() argument [all...] |
| H A D | capture_gles_ext_autogen.cpp | 5088 CaptureDeleteQueriesEXT(const State &glState, bool isCallValid, GLsizei n, const QueryID *idsPacked) CaptureDeleteQueriesEXT() argument 5124 CaptureGenQueriesEXT(const State &glState, bool isCallValid, GLsizei n, QueryID *idsPacked) CaptureGenQueriesEXT() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_0_autogen.cpp | 551 const QueryID *idsPacked = PackParam<const QueryID *>(ids); in GL_DeleteQueries() local 624 const TransformFeedbackID *idsPacked = PackParam<const TransformFeedbackID *>(ids); in GL_DeleteTransformFeedbacks() local 941 QueryID *idsPacked = PackParam<QueryID *>(ids); in GL_GenQueries() local 991 TransformFeedbackID *idsPacked = PackParam<TransformFeedbackID *>(ids); GL_GenTransformFeedbacks() local [all...] |
| H A D | entry_points_gles_ext_autogen.cpp | 4385 const QueryID *idsPacked = PackParam<const QueryID *>(ids); in GL_DeleteQueriesEXT() local 4435 QueryID *idsPacked = PackParam<QueryID *>(ids); in GL_GenQueriesEXT() local
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_4_autogen.cpp | 199 const TransformFeedbackID *idsPacked = PackParam<const TransformFeedbackID *>(ids); in GL_DeleteTransformFeedbacks() local 356 TransformFeedbackID *idsPacked = PackParam<TransformFeedbackID *>(ids); in GL_GenTransformFeedbacks() local
|
| H A D | entry_points_gl_1_autogen.cpp | 10802 const QueryID *idsPacked = PackParam<const QueryID *>(ids); in GL_DeleteQueries() local 10876 QueryID *idsPacked = PackParam<QueryID *>(ids); in GL_GenQueries() local
|
Completed in 88 milliseconds