/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawIndexedTest.cpp | 46 class DrawIndexed : public DrawTestsBaseClass 49 DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 53 class DrawInstancedIndexed : public DrawIndexed 60 DrawIndexed::DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) 117 tcu::TestStatus DrawIndexed::iterate (void) 214 : DrawIndexed (context, shaders, topology) 353 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST)); 354 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
|
/external/skia/src/gpu/vk/ |
GrVkCommandBuffer.h | 146 void drawIndexed(const GrVkGpu* gpu,
|
GrVkCommandBuffer.cpp | 343 void GrVkCommandBuffer::drawIndexed(const GrVkGpu* gpu,
|
GrVkGpu.cpp | [all...] |
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
CubeRenderer.cpp | 404 m_d3dContext->DrawIndexed( 411 m_d3dContext->DrawIndexed(
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
QuadRenderer.cpp | 334 m_d3dContext->DrawIndexed(
|
/external/deqp/framework/opengl/ |
gluDrawUtil.cpp | 485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) 516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); 556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11u.h | 145 ctx->DrawIndexed(draw_count, 0, 0);
|
/external/vulkan-validation-layers/tests/ |
vkrenderframework.h | 204 void DrawIndexed(uint32_t indexCount, uint32_t instanceCount,
|
vkrenderframework.cpp | [all...] |
layer_validation_tests.cpp | 230 void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, 233 m_commandBuffer->DrawIndexed(indexCount, instanceCount, firstIndex, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10_1.h | 442 void (STDMETHODCALLTYPE *DrawIndexed)( [all...] |
d3d10.idl | [all...] |
d3d11.idl | [all...] |
d3d10.h | [all...] |
d3d11.h | [all...] |
/external/mesa3d/src/gallium/docs/ |
d3d11ddi.txt | 266 DrawIndexed -> draw_vbo
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10.idl | [all...] |
d3d11.idl | [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 721 virtual void STDMETHODCALLTYPE DrawIndexed( [all...] |