/external/angle/src/libGL/ |
D | entry_points_gl_1_5_autogen.cpp | 39 QueryID idPacked = FromGL<QueryID>(id); in BeginQuery() local 42 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in BeginQuery() 45 context->beginQuery(targetPacked, idPacked); in BeginQuery() 47 ANGLE_CAPTURE(BeginQuery, isCallValid, context, targetPacked, idPacked); in BeginQuery() 297 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectiv() local 300 ValidateGetQueryObjectiv(context, idPacked, pname, params)); in GetQueryObjectiv() 303 context->getQueryObjectiv(idPacked, pname, params); in GetQueryObjectiv() 305 ANGLE_CAPTURE(GetQueryObjectiv, isCallValid, context, idPacked, pname, params); in GetQueryObjectiv() 319 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectuiv() local 322 ValidateGetQueryObjectuiv(context, idPacked, pname, params)); in GetQueryObjectuiv() [all …]
|
D | entry_points_gl_4_0_autogen.cpp | 39 QueryID idPacked = FromGL<QueryID>(id); in BeginQueryIndexed() local 42 ValidateBeginQueryIndexed(context, target, index, idPacked)); in BeginQueryIndexed() 45 context->beginQueryIndexed(target, index, idPacked); in BeginQueryIndexed() 47 ANGLE_CAPTURE(BeginQueryIndexed, isCallValid, context, target, index, idPacked); in BeginQueryIndexed() 59 TransformFeedbackID idPacked = FromGL<TransformFeedbackID>(id); in BindTransformFeedback() local 62 (context->skipValidation() || ValidateBindTransformFeedback(context, target, idPacked)); in BindTransformFeedback() 65 context->bindTransformFeedback(target, idPacked); in BindTransformFeedback() 67 ANGLE_CAPTURE(BindTransformFeedback, isCallValid, context, target, idPacked); in BindTransformFeedback() 233 TransformFeedbackID idPacked = FromGL<TransformFeedbackID>(id); in DrawTransformFeedback() local 236 (context->skipValidation() || ValidateDrawTransformFeedback(context, mode, idPacked)); in DrawTransformFeedback() [all …]
|
D | entry_points_gl_4_2_autogen.cpp | 168 TransformFeedbackID idPacked = FromGL<TransformFeedbackID>(id); in DrawTransformFeedbackInstanced() local 172 ValidateDrawTransformFeedbackInstanced(context, mode, idPacked, instancecount)); in DrawTransformFeedbackInstanced() 175 context->drawTransformFeedbackInstanced(mode, idPacked, instancecount); in DrawTransformFeedbackInstanced() 177 ANGLE_CAPTURE(DrawTransformFeedbackInstanced, isCallValid, context, mode, idPacked, in DrawTransformFeedbackInstanced() 196 TransformFeedbackID idPacked = FromGL<TransformFeedbackID>(id); in DrawTransformFeedbackStreamInstanced() local 200 context, mode, idPacked, stream, instancecount)); in DrawTransformFeedbackStreamInstanced() 203 context->drawTransformFeedbackStreamInstanced(mode, idPacked, stream, instancecount); in DrawTransformFeedbackStreamInstanced() 205 ANGLE_CAPTURE(DrawTransformFeedbackStreamInstanced, isCallValid, context, mode, idPacked, in DrawTransformFeedbackStreamInstanced()
|
D | entry_points_gl_3_3_autogen.cpp | 231 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjecti64v() local 234 ValidateGetQueryObjecti64v(context, idPacked, pname, params)); in GetQueryObjecti64v() 237 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64v() 239 ANGLE_CAPTURE(GetQueryObjecti64v, isCallValid, context, idPacked, pname, params); in GetQueryObjecti64v() 253 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectui64v() local 256 ValidateGetQueryObjectui64v(context, idPacked, pname, params)); in GetQueryObjectui64v() 259 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64v() 261 ANGLE_CAPTURE(GetQueryObjectui64v, isCallValid, context, idPacked, pname, params); in GetQueryObjectui64v() 605 QueryID idPacked = FromGL<QueryID>(id); in QueryCounter() local 609 (context->skipValidation() || ValidateQueryCounter(context, idPacked, targetPacked)); in QueryCounter() [all …]
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_2_autogen.h | 17 void drawTransformFeedbackInstanced(GLenum mode, TransformFeedbackID idPacked, \ 19 void drawTransformFeedbackStreamInstanced(GLenum mode, TransformFeedbackID idPacked, \
|
D | validationGL42_autogen.h | 43 TransformFeedbackID idPacked, 47 TransformFeedbackID idPacked,
|
D | Context_gl_4_0_autogen.h | 14 void beginQueryIndexed(GLenum target, GLuint index, QueryID idPacked); \ 15 void drawTransformFeedback(GLenum mode, TransformFeedbackID idPacked); \ 16 void drawTransformFeedbackStream(GLenum mode, TransformFeedbackID idPacked, GLuint stream); \
|
D | validationGL4_autogen.h | 23 QueryID idPacked); 26 TransformFeedbackID idPacked); 29 TransformFeedbackID idPacked,
|
D | validationGL33_autogen.h | 33 QueryID idPacked, 37 QueryID idPacked, 62 bool ValidateQueryCounter(const Context *context, QueryID idPacked, QueryType targetPacked);
|
D | Context_gles_3_0_autogen.h | 14 void beginQuery(QueryType targetPacked, QueryID idPacked); \ 20 void bindTransformFeedback(GLenum target, TransformFeedbackID idPacked); \ 79 void getQueryObjectuiv(QueryID idPacked, GLenum pname, GLuint *params); \ 98 GLboolean isQuery(QueryID idPacked) const; \ 101 GLboolean isTransformFeedback(TransformFeedbackID idPacked) const; \
|
D | Context_gles_ext_autogen.h | 132 void getQueryObjectuivRobust(QueryID idPacked, GLenum pname, GLsizei bufSize, GLsizei *length, \ 202 void getQueryObjectivRobust(QueryID idPacked, GLenum pname, GLsizei bufSize, GLsizei *length, \ 204 void getQueryObjecti64vRobust(QueryID idPacked, GLenum pname, GLsizei bufSize, \ 206 void getQueryObjectui64vRobust(QueryID idPacked, GLenum pname, GLsizei bufSize, \ 291 void getQueryObjecti64v(QueryID idPacked, GLenum pname, GLint64 *params); \ 292 void getQueryObjectiv(QueryID idPacked, GLenum pname, GLint *params); \ 293 void getQueryObjectui64v(QueryID idPacked, GLenum pname, GLuint64 *params); \ 294 void queryCounter(QueryID idPacked, QueryType targetPacked); \
|
D | validationES3_autogen.h | 20 bool ValidateBeginQuery(const Context *context, QueryType targetPacked, QueryID idPacked); 35 TransformFeedbackID idPacked); 201 QueryID idPacked, 263 bool ValidateIsQuery(const Context *context, QueryID idPacked); 266 bool ValidateIsTransformFeedback(const Context *context, TransformFeedbackID idPacked);
|
D | validationGL15_autogen.h | 26 QueryID idPacked,
|
D | validationESEXT_autogen.h | 383 QueryID idPacked, 590 QueryID idPacked, 596 QueryID idPacked, 602 QueryID idPacked, 734 bool ValidateBeginQueryEXT(const Context *context, QueryType targetPacked, QueryID idPacked); 740 QueryID idPacked, 744 QueryID idPacked, 748 QueryID idPacked, 752 QueryID idPacked, 759 bool ValidateIsQueryEXT(const Context *context, QueryID idPacked); [all …]
|
D | capture_gles_ext_autogen.h | 441 QueryID idPacked, 682 QueryID idPacked, 689 QueryID idPacked, 696 QueryID idPacked, 863 QueryID idPacked); 881 QueryID idPacked, 886 QueryID idPacked, 891 QueryID idPacked, 896 QueryID idPacked, 906 QueryID idPacked, [all …]
|
D | capture_gles_3_0_autogen.h | 25 QueryID idPacked); 48 TransformFeedbackID idPacked); 275 QueryID idPacked, 356 QueryID idPacked, 368 TransformFeedbackID idPacked, 809 QueryID idPacked,
|
D | capture_gles_3_0_autogen.cpp | 26 QueryID idPacked) in CaptureBeginQuery() argument 31 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureBeginQuery() 98 TransformFeedbackID idPacked) in CaptureBindTransformFeedback() argument 104 paramBuffer.addValueParam("idPacked", ParamType::TTransformFeedbackID, idPacked); in CaptureBindTransformFeedback() 920 QueryID idPacked, in CaptureGetQueryObjectuiv() argument 926 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureGetQueryObjectuiv() 932 CaptureGetQueryObjectuiv_params(glState, isCallValid, idPacked, pname, params, ¶msParam); in CaptureGetQueryObjectuiv() 1247 QueryID idPacked, in CaptureIsQuery() argument 1252 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureIsQuery() 1295 TransformFeedbackID idPacked, in CaptureIsTransformFeedback() argument [all …]
|
D | capture_gles_ext_autogen.cpp | 1445 QueryID idPacked, in CaptureGetQueryObjectuivRobustANGLE() argument 1453 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureGetQueryObjectuivRobustANGLE() 1459 CaptureGetQueryObjectuivRobustANGLE_length(glState, isCallValid, idPacked, pname, bufSize, in CaptureGetQueryObjectuivRobustANGLE() 1465 CaptureGetQueryObjectuivRobustANGLE_params(glState, isCallValid, idPacked, pname, bufSize, in CaptureGetQueryObjectuivRobustANGLE() 2424 QueryID idPacked, in CaptureGetQueryObjectivRobustANGLE() argument 2432 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureGetQueryObjectivRobustANGLE() 2438 CaptureGetQueryObjectivRobustANGLE_length(glState, isCallValid, idPacked, pname, bufSize, in CaptureGetQueryObjectivRobustANGLE() 2444 CaptureGetQueryObjectivRobustANGLE_params(glState, isCallValid, idPacked, pname, bufSize, in CaptureGetQueryObjectivRobustANGLE() 2453 QueryID idPacked, in CaptureGetQueryObjecti64vRobustANGLE() argument 2461 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureGetQueryObjecti64vRobustANGLE() [all …]
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 32 QueryID idPacked = FromGL<QueryID>(id); in BeginQuery() local 35 (context->skipValidation() || ValidateBeginQuery(context, targetPacked, idPacked)); in BeginQuery() 38 context->beginQuery(targetPacked, idPacked); in BeginQuery() 40 ANGLE_CAPTURE(BeginQuery, isCallValid, context, targetPacked, idPacked); in BeginQuery() 141 TransformFeedbackID idPacked = FromGL<TransformFeedbackID>(id); in BindTransformFeedback() local 144 (context->skipValidation() || ValidateBindTransformFeedback(context, target, idPacked)); in BindTransformFeedback() 147 context->bindTransformFeedback(target, idPacked); in BindTransformFeedback() 149 ANGLE_CAPTURE(BindTransformFeedback, isCallValid, context, target, idPacked); in BindTransformFeedback() 1162 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectuiv() local 1165 ValidateGetQueryObjectuiv(context, idPacked, pname, params)); in GetQueryObjectuiv() [all …]
|
D | entry_points_gles_ext_autogen.cpp | 1567 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectuivRobustANGLE() local 1571 context, idPacked, pname, bufSize, length, params)); in GetQueryObjectuivRobustANGLE() 1574 context->getQueryObjectuivRobust(idPacked, pname, bufSize, length, params); in GetQueryObjectuivRobustANGLE() 1576 ANGLE_CAPTURE(GetQueryObjectuivRobustANGLE, isCallValid, context, idPacked, pname, bufSize, in GetQueryObjectuivRobustANGLE() 2567 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjectivRobustANGLE() local 2571 context, idPacked, pname, bufSize, length, params)); in GetQueryObjectivRobustANGLE() 2574 context->getQueryObjectivRobust(idPacked, pname, bufSize, length, params); in GetQueryObjectivRobustANGLE() 2576 ANGLE_CAPTURE(GetQueryObjectivRobustANGLE, isCallValid, context, idPacked, pname, bufSize, in GetQueryObjectivRobustANGLE() 2596 QueryID idPacked = FromGL<QueryID>(id); in GetQueryObjecti64vRobustANGLE() local 2600 context, idPacked, pname, bufSize, length, params)); in GetQueryObjecti64vRobustANGLE() [all …]
|