/external/angle/src/libGL/ |
D | entry_points_gl_3_2_autogen.cpp | 96 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsBaseVertex() local 100 ValidateDrawElementsBaseVertex(context, modePacked, count, typePacked, in DrawElementsBaseVertex() 104 context->drawElementsBaseVertex(modePacked, count, typePacked, indices, basevertex); in DrawElementsBaseVertex() 106 ANGLE_CAPTURE(DrawElementsBaseVertex, isCallValid, context, modePacked, count, typePacked, in DrawElementsBaseVertex() 128 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsInstancedBaseVertex() local 132 context, modePacked, count, typePacked, in DrawElementsInstancedBaseVertex() 136 context->drawElementsInstancedBaseVertex(modePacked, count, typePacked, indices, in DrawElementsInstancedBaseVertex() 139 ANGLE_CAPTURE(DrawElementsInstancedBaseVertex, isCallValid, context, modePacked, count, in DrawElementsInstancedBaseVertex() 161 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawRangeElementsBaseVertex() local 165 context, modePacked, start, end, count, in DrawRangeElementsBaseVertex() [all …]
|
D | entry_points_gl_3_1_autogen.cpp | 74 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawArraysInstanced() local 78 ValidateDrawArraysInstanced(context, modePacked, first, count, instancecount)); in DrawArraysInstanced() 81 context->drawArraysInstanced(modePacked, first, count, instancecount); in DrawArraysInstanced() 83 ANGLE_CAPTURE(DrawArraysInstanced, isCallValid, context, modePacked, first, count, in DrawArraysInstanced() 103 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsInstanced() local 107 ValidateDrawElementsInstanced(context, modePacked, count, typePacked, in DrawElementsInstanced() 111 context->drawElementsInstanced(modePacked, count, typePacked, indices, instancecount); in DrawElementsInstanced() 113 ANGLE_CAPTURE(DrawElementsInstanced, isCallValid, context, modePacked, count, typePacked, in DrawElementsInstanced()
|
D | entry_points_gl_4_2_autogen.cpp | 77 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawArraysInstancedBaseInstance() local 81 context, modePacked, first, count, instancecount, baseinstance)); in DrawArraysInstancedBaseInstance() 84 context->drawArraysInstancedBaseInstance(modePacked, first, count, instancecount, in DrawArraysInstancedBaseInstance() 87 ANGLE_CAPTURE(DrawArraysInstancedBaseInstance, isCallValid, context, modePacked, first, in DrawArraysInstancedBaseInstance() 142 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsInstancedBaseVertexBaseInstance() local 147 context, modePacked, count, typePacked, indices, in DrawElementsInstancedBaseVertexBaseInstance() 152 modePacked, count, typePacked, indices, instancecount, basevertex, baseinstance); in DrawElementsInstancedBaseVertexBaseInstance() 154 ANGLE_CAPTURE(DrawElementsInstancedBaseVertexBaseInstance, isCallValid, context, modePacked, in DrawElementsInstancedBaseVertexBaseInstance()
|
D | entry_points_gl_1_2_autogen.cpp | 81 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawRangeElements() local 85 (context->skipValidation() || ValidateDrawRangeElements(context, modePacked, start, end, in DrawRangeElements() 89 context->drawRangeElements(modePacked, start, end, count, typePacked, indices); in DrawRangeElements() 91 ANGLE_CAPTURE(DrawRangeElements, isCallValid, context, modePacked, start, end, count, in DrawRangeElements()
|
D | entry_points_gl_1_1_autogen.cpp | 291 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawArrays() local 294 (context->skipValidation() || ValidateDrawArrays(context, modePacked, first, count)); in DrawArrays() 297 context->drawArrays(modePacked, first, count); in DrawArrays() 299 ANGLE_CAPTURE(DrawArrays, isCallValid, context, modePacked, first, count); in DrawArrays() 314 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElements() local 318 ValidateDrawElements(context, modePacked, count, typePacked, indices)); in DrawElements() 321 context->drawElements(modePacked, count, typePacked, indices); in DrawElements() 323 ANGLE_CAPTURE(DrawElements, isCallValid, context, modePacked, count, typePacked, indices); in DrawElements()
|
D | entry_points_gl_1_4_autogen.cpp | 205 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in MultiDrawArrays() local 208 ValidateMultiDrawArrays(context, modePacked, first, count, drawcount)); in MultiDrawArrays() 211 context->multiDrawArrays(modePacked, first, count, drawcount); in MultiDrawArrays() 213 ANGLE_CAPTURE(MultiDrawArrays, isCallValid, context, modePacked, first, count, drawcount); in MultiDrawArrays() 233 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in MultiDrawElements() local 238 ValidateMultiDrawElements(context, modePacked, count, typePacked, indices, drawcount)); in MultiDrawElements() 241 context->multiDrawElements(modePacked, count, typePacked, indices, drawcount); in MultiDrawElements() 243 ANGLE_CAPTURE(MultiDrawElements, isCallValid, context, modePacked, count, typePacked, in MultiDrawElements()
|
D | entry_points_gl_4_0_autogen.cpp | 188 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawArraysIndirect() local 191 ValidateDrawArraysIndirect(context, modePacked, indirect)); in DrawArraysIndirect() 194 context->drawArraysIndirect(modePacked, indirect); in DrawArraysIndirect() 196 ANGLE_CAPTURE(DrawArraysIndirect, isCallValid, context, modePacked, indirect); in DrawArraysIndirect() 211 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsIndirect() local 216 ValidateDrawElementsIndirect(context, modePacked, typePacked, indirect)); in DrawElementsIndirect() 219 context->drawElementsIndirect(modePacked, typePacked, indirect); in DrawElementsIndirect() 221 ANGLE_CAPTURE(DrawElementsIndirect, isCallValid, context, modePacked, typePacked, indirect); in DrawElementsIndirect()
|
/external/angle/src/libANGLE/ |
D | validationGL32_autogen.h | 21 PrimitiveMode modePacked, 27 bool ValidateProvokingVertex(const Context *context, ProvokingVertexConvention modePacked);
|
D | capture_gles_ext_params.cpp | 21 PrimitiveMode modePacked, in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE_indices() argument 35 PrimitiveMode modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_firsts() argument 48 PrimitiveMode modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_counts() argument 62 PrimitiveMode modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_instanceCounts() argument 76 PrimitiveMode modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_baseInstances() argument 90 PrimitiveMode modePacked, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_counts() argument 106 PrimitiveMode modePacked, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_indices() argument 122 PrimitiveMode modePacked, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_instanceCounts() argument 138 PrimitiveMode modePacked, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_baseVertices() argument 154 PrimitiveMode modePacked, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_baseInstances() argument [all …]
|
D | validationESEXT_autogen.h | 22 PrimitiveMode modePacked, 28 PrimitiveMode modePacked, 36 PrimitiveMode modePacked, 43 PrimitiveMode modePacked, 119 PrimitiveMode modePacked, 124 PrimitiveMode modePacked, 140 PrimitiveMode modePacked, 145 PrimitiveMode modePacked, 151 PrimitiveMode modePacked, 157 PrimitiveMode modePacked, [all …]
|
D | capture_gles_ext_autogen.h | 25 PrimitiveMode modePacked, 33 PrimitiveMode modePacked, 42 PrimitiveMode modePacked, 51 PrimitiveMode modePacked, 134 PrimitiveMode modePacked, 140 PrimitiveMode modePacked, 161 PrimitiveMode modePacked, 167 PrimitiveMode modePacked, 174 PrimitiveMode modePacked, 181 PrimitiveMode modePacked, [all …]
|
D | validationGL42_autogen.h | 21 PrimitiveMode modePacked, 34 PrimitiveMode modePacked,
|
D | Context_gles_ext_autogen.h | 237 void drawArraysInstancedBaseInstance(PrimitiveMode modePacked, GLint first, GLsizei count, \ 240 PrimitiveMode modePacked, GLsizei count, DrawElementsType typePacked, \ 243 PrimitiveMode modePacked, const GLint *firsts, const GLsizei *counts, \ 246 PrimitiveMode modePacked, const GLsizei *counts, DrawElementsType typePacked, \ 256 void multiDrawArrays(PrimitiveMode modePacked, const GLint *firsts, const GLsizei *counts, \ 258 void multiDrawArraysInstanced(PrimitiveMode modePacked, const GLint *firsts, \ 261 void multiDrawElements(PrimitiveMode modePacked, const GLsizei *counts, \ 264 void multiDrawElementsInstanced(PrimitiveMode modePacked, const GLsizei *counts, \ 268 void provokingVertex(ProvokingVertexConvention modePacked); \ 298 void multiDrawElementsBaseVertex(PrimitiveMode modePacked, const GLsizei *count, \
|
D | Context_gles_3_2_autogen.h | 31 void drawElementsBaseVertex(PrimitiveMode modePacked, GLsizei count, \ 34 void drawElementsInstancedBaseVertex(PrimitiveMode modePacked, GLsizei count, \ 37 void drawRangeElementsBaseVertex(PrimitiveMode modePacked, GLuint start, GLuint end, \
|
D | capture_gles_3_2_autogen.h | 94 PrimitiveMode modePacked, 101 PrimitiveMode modePacked, 109 PrimitiveMode modePacked, 312 PrimitiveMode modePacked, 320 PrimitiveMode modePacked, 329 PrimitiveMode modePacked,
|
D | capture_gles_ext_autogen.cpp | 25 PrimitiveMode modePacked, in CaptureDrawArraysInstancedBaseInstanceANGLE() argument 33 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureDrawArraysInstancedBaseInstanceANGLE() 45 PrimitiveMode modePacked, in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE() argument 55 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE() 62 glState, isCallValid, modePacked, count, typePacked, indices, instanceCounts, baseVertex, in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE() 76 PrimitiveMode modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() argument 85 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 89 CaptureMultiDrawArraysInstancedBaseInstanceANGLE_firsts(glState, isCallValid, modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 96 CaptureMultiDrawArraysInstancedBaseInstanceANGLE_counts(glState, isCallValid, modePacked, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 104 glState, isCallValid, modePacked, firsts, counts, instanceCounts, baseInstances, drawcount, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() [all …]
|
D | validationES32_autogen.h | 74 PrimitiveMode modePacked, 80 PrimitiveMode modePacked, 87 PrimitiveMode modePacked,
|
D | capture_gles_3_2_params.cpp | 53 PrimitiveMode modePacked, in CaptureDrawElementsBaseVertex_indices() argument 65 PrimitiveMode modePacked, in CaptureDrawElementsInstancedBaseVertex_indices() argument 78 PrimitiveMode modePacked, in CaptureDrawRangeElementsBaseVertex_indices() argument
|
D | validationGL14.cpp | 43 PrimitiveMode modePacked, in ValidateMultiDrawArrays() argument 52 PrimitiveMode modePacked, in ValidateMultiDrawElements() argument
|
D | validationGL14_autogen.h | 29 PrimitiveMode modePacked, 34 PrimitiveMode modePacked,
|
D | validationGL32.cpp | 25 bool ValidateProvokingVertex(const Context *context, ProvokingVertexConvention modePacked) in ValidateProvokingVertex() argument
|
D | capture_gles_3_2_autogen.cpp | 234 PrimitiveMode modePacked, in CaptureDrawElementsBaseVertex() argument 242 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureDrawElementsBaseVertex() 248 CaptureDrawElementsBaseVertex_indices(glState, isCallValid, modePacked, count, typePacked, in CaptureDrawElementsBaseVertex() 259 PrimitiveMode modePacked, in CaptureDrawElementsInstancedBaseVertex() argument 268 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureDrawElementsInstancedBaseVertex() 274 CaptureDrawElementsInstancedBaseVertex_indices(glState, isCallValid, modePacked, count, in CaptureDrawElementsInstancedBaseVertex() 287 PrimitiveMode modePacked, in CaptureDrawRangeElementsBaseVertex() argument 297 paramBuffer.addValueParam("modePacked", ParamType::TPrimitiveMode, modePacked); in CaptureDrawRangeElementsBaseVertex() 305 CaptureDrawRangeElementsBaseVertex_indices(glState, isCallValid, modePacked, start, end, count, in CaptureDrawRangeElementsBaseVertex()
|
D | Context_gles_3_0_autogen.h | 45 void drawArraysInstanced(PrimitiveMode modePacked, GLint first, GLsizei count, \ 48 void drawElementsInstanced(PrimitiveMode modePacked, GLsizei count, \ 51 void drawRangeElements(PrimitiveMode modePacked, GLuint start, GLuint end, GLsizei count, \
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 310 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsBaseVertex() local 314 ValidateDrawElementsBaseVertex(context, modePacked, count, typePacked, in DrawElementsBaseVertex() 318 context->drawElementsBaseVertex(modePacked, count, typePacked, indices, basevertex); in DrawElementsBaseVertex() 320 ANGLE_CAPTURE(DrawElementsBaseVertex, isCallValid, context, modePacked, count, typePacked, in DrawElementsBaseVertex() 342 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsInstancedBaseVertex() local 346 context, modePacked, count, typePacked, in DrawElementsInstancedBaseVertex() 350 context->drawElementsInstancedBaseVertex(modePacked, count, typePacked, indices, in DrawElementsInstancedBaseVertex() 353 ANGLE_CAPTURE(DrawElementsInstancedBaseVertex, isCallValid, context, modePacked, count, in DrawElementsInstancedBaseVertex() 375 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawRangeElementsBaseVertex() local 379 context, modePacked, start, end, count, in DrawRangeElementsBaseVertex() [all …]
|
D | entry_points_gles_ext_autogen.cpp | 51 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawArraysInstancedBaseInstanceANGLE() local 55 context, modePacked, first, count, instanceCount, baseInstance)); in DrawArraysInstancedBaseInstanceANGLE() 58 context->drawArraysInstancedBaseInstance(modePacked, first, count, instanceCount, in DrawArraysInstancedBaseInstanceANGLE() 61 ANGLE_CAPTURE(DrawArraysInstancedBaseInstanceANGLE, isCallValid, context, modePacked, first, in DrawArraysInstancedBaseInstanceANGLE() 85 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in DrawElementsInstancedBaseVertexBaseInstanceANGLE() local 90 context, modePacked, count, typePacked, indices, in DrawElementsInstancedBaseVertexBaseInstanceANGLE() 95 modePacked, count, typePacked, indices, instanceCounts, baseVertex, baseInstance); in DrawElementsInstancedBaseVertexBaseInstanceANGLE() 98 modePacked, count, typePacked, indices, instanceCounts, baseVertex, in DrawElementsInstancedBaseVertexBaseInstanceANGLE() 121 PrimitiveMode modePacked = FromGL<PrimitiveMode>(mode); in MultiDrawArraysInstancedBaseInstanceANGLE() local 126 context, modePacked, firsts, counts, instanceCounts, baseInstances, drawcount)); in MultiDrawArraysInstancedBaseInstanceANGLE() [all …]
|