Home
last modified time | relevance | path

Searched refs:firsts (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_multi_draw.txt68 const GLint* firsts,
79 const GLint* firsts,
102 const GLint* firsts,
111 if (*(counts+i)>0) DrawArrays(mode, *(firsts+i), *(counts+i));
146 const GLint* firsts,
156 if (*(counts+i)>0) DrawArraysInstanced(mode, *(firsts+i), *(counts+i),
DANGLE_base_vertex_base_instance.txt86 const GLint* firsts,
123 const GLint* firsts,
138 *(firsts+i),
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sVertexArrayTests.cpp213 int firsts[] = {6, 24}; in init() local
225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
244 spec.first = firsts[firstNdx]; in init()
247 …y::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_off… in init()
Des2sDrawTests.cpp228 const int firsts[] = { 0, 7, 13 }; in init() local
318 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp289 const GLint *firsts, in multiDrawArrays() argument
293 return rx::MultiDrawArraysGeneral(this, context, mode, firsts, counts, drawcount); in multiDrawArrays()
298 const GLint *firsts, in multiDrawArraysInstanced() argument
303 return rx::MultiDrawArraysInstancedGeneral(this, context, mode, firsts, counts, instanceCounts, in multiDrawArraysInstanced()
352 const GLint *firsts, in multiDrawArraysInstancedBaseInstance() argument
DContext9.h151 const GLint *firsts,
156 const GLint *firsts,
186 const GLint *firsts,
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp392 const int firsts[] = in init() local
400 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init()
402 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init()
403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
406 spec.first = firsts[firstNdx]; in init()
514 static const int firsts[] = { 0, 7, 13 }; in init() local
604 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
Des2fVertexArrayTest.cpp212 int firsts[] = {6, 24}; in init() local
224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
243 spec.first = firsts[firstNdx]; in init()
246 …y::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_off… in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp480 context, mode, firsts[drawID], counts[drawID], gl::DrawElementsType::InvalidEnum, \
483 mRenderer->drawArrays(context, mode, firsts[drawID], counts[drawID], 0, 0, false)); \
488 context, mode, firsts[drawID], counts[drawID], gl::DrawElementsType::InvalidEnum, \
490 ANGLE_TRY(mRenderer->drawArrays(context, mode, firsts[drawID], counts[drawID], \
496 context, mode, firsts[drawID], counts[drawID], gl::DrawElementsType::InvalidEnum, \
498 ANGLE_TRY(mRenderer->drawArrays(context, mode, firsts[drawID], counts[drawID], \
538 const GLint *firsts, in multiDrawArrays() argument
558 const GLint *firsts, in multiDrawArraysInstanced() argument
642 const GLint *firsts, in multiDrawArraysInstancedBaseInstance() argument
DContext11.h152 const GLint *firsts,
157 const GLint *firsts,
187 const GLint *firsts,
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sVertexArrayTests.cpp279 int firsts[] = {6, 24}; in init() local
289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
296 …std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[o… in init()
312 spec.first = firsts[firstNdx]; in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h121 const GLint *firsts,
131 const GLint *firsts,
156 const GLint *firsts,
Drenderer_utils.h375 const GLint *firsts,
387 const GLint *firsts,
416 const GLint *firsts,
Drenderer_utils.cpp1007 #define DRAW_ARRAYS__ contextImpl->drawArrays(context, mode, firsts[drawID], counts[drawID])
1009 contextImpl->drawArraysInstanced(context, mode, firsts[drawID], counts[drawID], \
1017 contextImpl->drawArraysInstancedBaseInstance(context, mode, firsts[drawID], counts[drawID], \
1044 const GLint *firsts, in MultiDrawArraysGeneral() argument
1091 const GLint *firsts, in MultiDrawArraysInstancedGeneral() argument
1186 const GLint *firsts, in MultiDrawArraysInstancedBaseInstanceGeneral() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DContextNULL.h121 const GLint *firsts,
126 const GLint *firsts,
156 const GLint *firsts,
DContextNULL.cpp250 const GLint *firsts, in multiDrawArrays() argument
259 const GLint *firsts, in multiDrawArraysInstanced() argument
309 const GLint *firsts, in multiDrawArraysInstancedBaseInstance() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.h173 const GLint *firsts,
178 const GLint *firsts,
208 const GLint *firsts,
DContextGL.cpp731 const GLint *firsts, in multiDrawArrays() argument
737 return rx::MultiDrawArraysGeneral(this, context, mode, firsts, counts, drawcount); in multiDrawArrays()
742 const GLint *firsts, in multiDrawArraysInstanced() argument
749 return rx::MultiDrawArraysInstancedGeneral(this, context, mode, firsts, counts, instanceCounts, in multiDrawArraysInstanced()
805 const GLint *firsts, in multiDrawArraysInstancedBaseInstance() argument
814 this, context, mode, firsts, counts, instanceCounts, baseInstances, drawcount); in multiDrawArraysInstancedBaseInstance()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp493 const int firsts[] = in init() local
501 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init()
503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init()
504 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
507 spec.first = firsts[firstNdx]; in init()
919 static const int firsts[] = { 0, 7, 13 }; in init() local
1039 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
/third_party/python/Lib/
Dtabnanny.py271 firsts = (str(tup[0]) for tup in w)
275 return prefix + " " + ', '.join(firsts)
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp461 const uint32_t firsts[kNumAllocators][kNumCommandsPerAllocator] = {{42, 43}, {5, 6}}; in TEST() local
473 draw->first = firsts[j][i]; in TEST()
496 ASSERT_EQ(draw->first, firsts[j][i]); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiDrawTest.cpp315 std::vector<GLint> firsts(kTriCount); in DoDrawArrays() local
318 firsts[i] = i * 3; in DoDrawArrays()
327 glMultiDrawArraysInstancedANGLE(GL_TRIANGLES, firsts.data(), counts.data(), in DoDrawArrays()
332 glMultiDrawArraysANGLE(GL_TRIANGLES, firsts.data(), counts.data(), kTriCount); in DoDrawArrays()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.h122 const GLint *firsts,
127 const GLint *firsts,
157 const GLint *firsts,
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sDrawTests.cpp341 const int firsts[] = { 0, 7, 13 }; in init() local
464 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext_angle.h416 typedef void (GL_APIENTRYP PFNGLMULTIDRAWARRAYSANGLEPROC) (GLenum mode, const GLint *firsts, const …
417 …NTRYP PFNGLMULTIDRAWARRAYSINSTANCEDANGLEPROC) (GLenum mode, const GLint *firsts, const GLsizei *co…
421 GL_APICALL void GL_APIENTRY glMultiDrawArraysANGLE (GLenum mode, const GLint *firsts, const GLsizei…
422 GL_APICALL void GL_APIENTRY glMultiDrawArraysInstancedANGLE (GLenum mode, const GLint *firsts, cons…
432 …TIDRAWARRAYSINSTANCEDBASEINSTANCEANGLEPROC) (GLenum mode, const GLsizei *firsts, const GLsizei *co…
437 …glMultiDrawArraysInstancedBaseInstanceANGLE (GLenum mode, const GLsizei *firsts, const GLsizei *co…

12