Searched defs:hasBaseVertex (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | DrawBaseVertexBaseInstanceTest.cpp | 399 void checkDrawResult(bool hasBaseVertex, bool oneColumn = false) in checkDrawResult()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 520 #define MULTI_DRAW_BLOCK(drawType, instanced, bvbi, hasDrawID, hasBaseVertex, hasBaseInstance) \ argument 686 const bool hasBaseVertex = programObject && programObject->hasBaseVertexUniform(); in multiDrawElementsInstancedBaseVertexBaseInstance() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | renderer_utils.cpp | 1025 #define MULTI_DRAW_BLOCK(drawType, instanced, bvbi, hasDrawID, hasBaseVertex, hasBaseInstance) \ argument 1230 const bool hasBaseVertex = programObject && programObject->hasBaseVertexUniform(); in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 5673 const bool hasBaseVertex = programObject && programObject->hasBaseVertexUniform(); in drawElementsInstancedBaseVertexBaseInstance() local 5720 #define MULTI_DRAW_ELEMENTS_BLOCK(hasDrawID, hasBaseVertex, hasBaseInstance) \ argument 5776 const bool hasBaseVertex = programObject && programObject->hasBaseVertexUniform(); in multiDrawElementsInstancedBaseVertexBaseInstance() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 6562 const bool hasBaseVertex = programObject && programObject->hasBaseVertexUniform(); in drawElementsInstancedBaseVertexBaseInstance() local
|