/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_base_vertex_base_instance.txt | 89 const GLuint* baseInstances, 98 const GLuint* baseInstances, 126 const GLuint* baseInstances, 167 const GLuint* baseInstances, 182 *(baseInstances+i)
|
D | ANGLE_base_vertex_base_instance_shader_builtin.txt | 82 const GLuint* baseInstances, 108 const GLuint* baseInstances,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | DrawBaseVertexBaseInstanceTest.cpp | 330 std::vector<GLuint> baseInstances(drawCount); in doMultiDrawArraysInstancedBaseInstance() local 333 baseInstances[i] = i * 2; in doMultiDrawArraysInstancedBaseInstance() 336 instanceCounts.data(), baseInstances.data(), in doMultiDrawArraysInstancedBaseInstance() 381 std::vector<GLuint> baseInstances(drawCount); in doMultiDrawElementsInstancedBaseVertexBaseInstance() local 389 baseInstances[b] = i; in doMultiDrawElementsInstancedBaseVertexBaseInstance() 396 baseVertices.data(), baseInstances.data(), drawCount); in doMultiDrawElementsInstancedBaseVertexBaseInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 497 nullptr, instanceCounts[drawID], 0, baseInstances[drawID], false)); \ 499 instanceCounts[drawID], baseInstances[drawID], true)); \ 515 baseInstances[drawID], false, true)); \ 529 ANGLE_SET_BASE_INSTANCE_UNIFORM(hasBaseInstance)(baseInstances[drawID]); \ 645 const GLuint *baseInstances, in multiDrawArraysInstancedBaseInstance() argument 681 const GLuint *baseInstances, in multiDrawElementsInstancedBaseVertexBaseInstance() argument
|
D | Context11.h | 190 const GLuint *baseInstances, 199 const GLuint *baseInstances,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.h | 159 const GLuint *baseInstances, 169 const GLuint *baseInstances,
|
D | renderer_utils.h | 419 const GLuint *baseInstances, 429 const GLuint *baseInstances,
|
D | renderer_utils.cpp | 1018 instanceCounts[drawID], baseInstances[drawID]) 1022 baseVertices[drawID], baseInstances[drawID]) 1035 ANGLE_SET_BASE_INSTANCE_UNIFORM(hasBaseInstance)(baseInstances[drawID]); \ 1189 const GLuint *baseInstances, in MultiDrawArraysInstancedBaseInstanceGeneral() argument 1225 const GLuint *baseInstances, in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.h | 159 const GLuint *baseInstances, 168 const GLuint *baseInstances,
|
D | ContextNULL.cpp | 312 const GLuint *baseInstances, in multiDrawArraysInstancedBaseInstance() argument 326 const GLuint *baseInstances, in multiDrawElementsInstancedBaseVertexBaseInstance() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 189 const GLuint *baseInstances, 198 const GLuint *baseInstances,
|
D | Context9.cpp | 355 const GLuint *baseInstances, in multiDrawArraysInstancedBaseInstance() argument 370 const GLuint *baseInstances, in multiDrawElementsInstancedBaseVertexBaseInstance() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ContextGL.h | 211 const GLuint *baseInstances, 220 const GLuint *baseInstances,
|
D | ContextGL.cpp | 808 const GLuint *baseInstances, in multiDrawArraysInstancedBaseInstance() argument 814 this, context, mode, firsts, counts, instanceCounts, baseInstances, drawcount); in multiDrawArraysInstancedBaseInstance() 825 const GLuint *baseInstances, in multiDrawElementsInstancedBaseVertexBaseInstance() argument 831 this, context, mode, counts, type, indices, instanceCounts, baseVertices, baseInstances, in multiDrawElementsInstancedBaseVertexBaseInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_ext_params.cpp | 40 const GLuint *baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_firsts() argument 53 const GLuint *baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_counts() argument 67 const GLuint *baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_instanceCounts() argument 81 const GLuint *baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE_baseInstances() argument 97 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_counts() argument 113 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_indices() argument 129 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_instanceCounts() argument 145 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_baseVertices() argument 161 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE_baseInstances() argument
|
D | capture_gles_ext_autogen.h | 46 const GLuint *baseInstances, 57 const GLuint *baseInstances, 2541 const GLuint *baseInstances, 2550 const GLuint *baseInstances, 2560 const GLuint *baseInstances, 2570 const GLuint *baseInstances, 2582 const GLuint *baseInstances, 2594 const GLuint *baseInstances, 2606 const GLuint *baseInstances, 2618 const GLuint *baseInstances, [all …]
|
D | capture_gles_ext_autogen.cpp | 90 const GLuint *baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() argument 102 glState, isCallValid, modePacked, firsts, counts, instanceCounts, baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 119 glState, isCallValid, modePacked, firsts, counts, instanceCounts, baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 136 glState, isCallValid, modePacked, firsts, counts, instanceCounts, baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 151 InitParamValue(ParamType::TGLuintConstPointer, baseInstances, &baseInstancesParam.value); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 153 glState, isCallValid, modePacked, firsts, counts, instanceCounts, baseInstances, in CaptureMultiDrawArraysInstancedBaseInstanceANGLE() 180 const GLuint *baseInstances, in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() argument 193 baseVertices, baseInstances, drawcount, &countsParam); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 212 baseVertices, baseInstances, drawcount, &indicesParam); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 229 baseVertices, baseInstances, drawcount, &instanceCountsParam); in CaptureMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | ContextMtl.h | 160 const GLuint *baseInstances, 169 const GLuint *baseInstances,
|
D | ContextMtl.mm | 830 const GLuint *baseInstances, 834 this, context, mode, firsts, counts, instanceCounts, baseInstances, drawcount); 845 const GLuint *baseInstances, 849 this, context, mode, counts, type, indices, instanceCounts, baseVertices, baseInstances,
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext_angle.h | 432 …, const GLsizei *counts, const GLsizei *instanceCounts, const GLuint *baseInstances, GLsizei drawC… 433 …nst GLsizei *instanceCounts, const GLint *baseVertices, const GLuint *baseInstances, GLsizei drawC… 437 …, const GLsizei *counts, const GLsizei *instanceCounts, const GLuint *baseInstances, GLsizei drawC… 438 …nst GLsizei *instanceCounts, const GLint *baseVertices, const GLuint *baseInstances, GLsizei drawC…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 310 const GLsizei *instanceCounts, const GLuint *baseInstances, GLsizei drawcount); \ 314 const GLuint *baseInstances, GLsizei drawcount); \
|
/third_party/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 214 …t GrGLsizei* counts, const GrGLsizei* instanceCounts, const GrGLuint* baseInstances, const GrGLsiz… 215 …GLsizei* instanceCounts, const GrGLint* baseVertices, const GrGLuint* baseInstances, const GrGLsiz…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 198 const GLuint *baseInstances, 207 const GLuint *baseInstances,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.h | 42 const GLuint *baseInstances, 51 const GLuint *baseInstances,
|
D | entry_points_gles_ext_autogen.cpp | 119 const GLuint *baseInstances, in GL_MultiDrawArraysInstancedBaseInstanceANGLE() argument 127 (uintptr_t)counts, (uintptr_t)instanceCounts, (uintptr_t)baseInstances, drawcount); in GL_MultiDrawArraysInstancedBaseInstanceANGLE() 137 modePacked, firsts, counts, instanceCounts, baseInstances, drawcount)); in GL_MultiDrawArraysInstancedBaseInstanceANGLE() 141 instanceCounts, baseInstances, drawcount); in GL_MultiDrawArraysInstancedBaseInstanceANGLE() 144 firsts, counts, instanceCounts, baseInstances, drawcount); in GL_MultiDrawArraysInstancedBaseInstanceANGLE() 159 const GLuint *baseInstances, in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() argument 169 (uintptr_t)instanceCounts, (uintptr_t)baseVertices, (uintptr_t)baseInstances, drawcount); in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 182 baseInstances, drawcount)); in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 187 baseInstances, drawcount); in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE() 191 baseInstances, drawcount); in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE()
|