Searched refs:s_vertexIndices (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp231 static const deUint16 s_vertexIndices[6]; member in class:vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp407 const deUint16 TextureRenderer::s_vertexIndices[6] = { 0, 1, 2, 2, 1, 3 }; member in class:vkt::texture::util::TextureRenderer
408 const VkDeviceSize TextureRenderer::s_vertexIndexBufferSize = sizeof(TextureRenderer::s_vertexIndices);
660 deMemcpy(m_vertexIndexBufferMemory->getHostPtr(), s_vertexIndices, s_vertexIndexBufferSize);

Completed in 82 milliseconds