Home
last modified time | relevance | path

Searched refs:colorBuffers (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp1026 Move<VkBuffer> colorBuffers[numRenderTargets]; in testDifferentAttachmentSizes() local
1075colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANS… in testDifferentAttachmentSizes()
1076 …colorBufferAllocs[renderTargetIdx] = bindBuffer(vk, device, allocator, *colorBuffers[renderTar… in testDifferentAttachmentSizes()
1261 …*colorImages[renderTargetIdx], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffers[renderTargetIdx… in testDifferentAttachmentSizes()
1271 *colorBuffers[renderTargetIdx], // VkBuffer buffer; in testDifferentAttachmentSizes()
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp1109 GLBuffer colorBuffers[2]; in TEST_P() local
1119 SetupColorsForUnitQuad(colorLoc, kFloatRed, GL_STREAM_DRAW, &colorBuffers[0]); in TEST_P()
1125 SetupColorsForUnitQuad(colorLoc, kFloatGreen, GL_STATIC_DRAW, &colorBuffers[1]); in TEST_P()
2130 GLBuffer colorBuffers[2]; in TEST_P() local
2131 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[0]); in TEST_P()
2133 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[1]); in TEST_P()
2154 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()
DStateChangeTest.cpp2111 GLBuffer colorBuffers[kRepeat]; in TEST_P() local
2120 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()
2150 glBindBuffer(GL_ARRAY_BUFFER, colorBuffers[i]); in TEST_P()