Home
last modified time | relevance | path

Searched refs:idPacked (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp39 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 …]
Dentry_points_gl_4_0_autogen.cpp39 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 …]
Dentry_points_gl_4_2_autogen.cpp168 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()
Dentry_points_gl_3_3_autogen.cpp231 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/
DContext_gl_4_2_autogen.h17 void drawTransformFeedbackInstanced(GLenum mode, TransformFeedbackID idPacked, \
19 void drawTransformFeedbackStreamInstanced(GLenum mode, TransformFeedbackID idPacked, \
DvalidationGL42_autogen.h43 TransformFeedbackID idPacked,
47 TransformFeedbackID idPacked,
DContext_gl_4_0_autogen.h14 void beginQueryIndexed(GLenum target, GLuint index, QueryID idPacked); \
15 void drawTransformFeedback(GLenum mode, TransformFeedbackID idPacked); \
16 void drawTransformFeedbackStream(GLenum mode, TransformFeedbackID idPacked, GLuint stream); \
DvalidationGL4_autogen.h23 QueryID idPacked);
26 TransformFeedbackID idPacked);
29 TransformFeedbackID idPacked,
DvalidationGL33_autogen.h33 QueryID idPacked,
37 QueryID idPacked,
62 bool ValidateQueryCounter(const Context *context, QueryID idPacked, QueryType targetPacked);
DContext_gles_3_0_autogen.h14 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; \
DContext_gles_ext_autogen.h132 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); \
DvalidationES3_autogen.h20 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);
DvalidationGL15_autogen.h26 QueryID idPacked,
DvalidationESEXT_autogen.h383 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 …]
Dcapture_gles_ext_autogen.h441 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 …]
Dcapture_gles_3_0_autogen.h25 QueryID idPacked);
48 TransformFeedbackID idPacked);
275 QueryID idPacked,
356 QueryID idPacked,
368 TransformFeedbackID idPacked,
809 QueryID idPacked,
Dcapture_gles_3_0_autogen.cpp26 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, &paramsParam); in CaptureGetQueryObjectuiv()
1247 QueryID idPacked, in CaptureIsQuery() argument
1252 paramBuffer.addValueParam("idPacked", ParamType::TQueryID, idPacked); in CaptureIsQuery()
1295 TransformFeedbackID idPacked, in CaptureIsTransformFeedback() argument
[all …]
Dcapture_gles_ext_autogen.cpp1445 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/
Dentry_points_gles_3_0_autogen.cpp32 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 …]
Dentry_points_gles_ext_autogen.cpp1567 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 …]