Searched refs:kVertexCount (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 196 GLsizei dataSize = kVertexCount * TypeStride(test.type); in setupTest() 382 static constexpr size_t kVertexCount = 24; member in __anon20241::VertexAttributeTest 384 static void InitTestData(std::array<GLfloat, kVertexCount> &inputData, in InitTestData() 385 std::array<GLfloat, kVertexCount> &expectedData) in InitTestData() 387 for (size_t count = 0; count < kVertexCount; ++count) in InitTestData() 425 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() 427 std::array<GLfloat, kVertexCount> expectedData; in TEST_P() 428 for (size_t i = 0; i < kVertexCount; i++) in TEST_P() 440 std::array<GLubyte, kVertexCount> inputData = { in TEST_P() 442 std::array<GLfloat, kVertexCount> expectedDat in TEST_P() [all...] |
H A D | ComputeShaderTest.cpp | 4132 constexpr uint32_t kVertexCount = 6; in TEST_P() local 4186 constexpr unsigned kVertexBufferInitData[kVertexCount] = {}; in TEST_P() 4195 constexpr GLfloat positions[kVertexCount * 2] = {1.0, 1.0, -1.0, 1.0, -1.0, -1.0, in TEST_P() 4226 glDrawArrays(GL_TRIANGLES, 0, kVertexCount); in TEST_P() 4240 EXPECT_EQ(kVertexCount * 2, mappedBuffer[0]); in TEST_P()
|
/third_party/skia/bench/ |
H A D | VertexColorSpaceBench.cpp | 204 const int kVertexCount = 1024; variable 207 void* verts = target->makeVertexSpace(vertexStride, kVertexCount, &vertexBuffer, 213 const float dx = 100.0f / kVertexCount; 221 for (int i = 0; i < kVertexCount; i += 2) { 240 for (int i = 0; i < kVertexCount; i += 2) { 253 for (int i = 0; i < kVertexCount; i += 2) { 262 fMesh->set(std::move(vertexBuffer), kVertexCount, firstVertex); variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateMiscTests.cpp | 52 constexpr uint32_t kVertexCount = 4u; 78 << "vec2 positions[" << kVertexCount << "] = vec2[](\n" in initFullScreenQuadVertexProgram() 85 << " gl_Position = vec4(positions[gl_VertexIndex % " << kVertexCount << "], 0.0, 1.0);\n" in initFullScreenQuadVertexProgram() local 369 ctx.vkd.cmdDraw(cmdBuffer, kVertexCount, 1u, 0u, 0u); in sampleShadingWithDynamicSampleCount()
|
H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 64 constexpr uint32_t kVertexCount = 3u; member 583 vkd.cmdDraw(cmdBuffer, kVertexCount, sliceExtent.depth, 0u, 0u); in runGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 739 static constexpr uint32_t kVertexCount = 4u; member in vkt::Draw::__anon27935::OffScreenViewportCase 819 << "const int vertexCount = " << kVertexCount << ";\n" in initPrograms() local 926 ctx.vkd.cmdDraw(cmdBuffer, OffScreenViewportCase::kVertexCount, 1u, 0u, 0u); in iterate() 947 ctx.vkd.cmdDraw(rpContentsCmdBuffer, OffScreenViewportCase::kVertexCount, 1u, 0u, 0u); in iterate()
|
Completed in 21 milliseconds