Home
last modified time | relevance | path

Searched defs:idsPacked (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp410 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 Dcapture_gles_ext_autogen.cpp5088 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 Dentry_points_gles_3_0_autogen.cpp551 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 Dentry_points_gles_ext_autogen.cpp4385 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 Dentry_points_gl_4_autogen.cpp199 const TransformFeedbackID *idsPacked = PackParam<const TransformFeedbackID *>(ids); in GL_DeleteTransformFeedbacks() local
356 TransformFeedbackID *idsPacked = PackParam<TransformFeedbackID *>(ids); in GL_GenTransformFeedbacks() local
H A Dentry_points_gl_1_autogen.cpp10802 const QueryID *idsPacked = PackParam<const QueryID *>(ids); in GL_DeleteQueries() local
10876 QueryID *idsPacked = PackParam<QueryID *>(ids); in GL_GenQueries() local

Completed in 64 milliseconds