Home
last modified time | relevance | path

Searched defs:primitiveCount (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp270 …ice::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount) in drawIndexedPrimitive()
280 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive()
Dutilities.cpp442 …mitiveType, GLsizei elementCount, GLenum elementType, sw::DrawType &drawType, int &primitiveCount) in ConvertPrimitiveType()
DContext.cpp2688 int primitiveCount; in drawArrays() local
2727 int primitiveCount; in drawElements() local
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp305 …IndexedPrimitive(PrimitiveType type, unsigned int indexOffset, unsigned int primitiveCount, int in… in drawIndexedPrimitive()
361 void Device::drawPrimitive(PrimitiveType primitiveType, unsigned int primitiveCount) in drawPrimitive()
Dutilities.cpp643 …enum primitiveType, GLsizei elementCount, gl::PrimitiveType &swPrimitiveType, int &primitiveCount) in ConvertPrimitiveType()
DContext.cpp2439 int primitiveCount; in drawArrays() local
2489 int primitiveCount; in drawElements() local
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp310 …ice::drawIndexedPrimitive(sw::DrawType type, unsigned int indexOffset, unsigned int primitiveCount) in drawIndexedPrimitive()
320 void Device::drawPrimitive(sw::DrawType type, unsigned int primitiveCount) in drawPrimitive()
Dutilities.cpp1422 … GLsizei elementCount, GLenum elementType, sw::DrawType &drawType, int &primitiveCount, int &verti… in ConvertPrimitiveType()
DContext.cpp3439 int primitiveCount; in drawArrays() local
3500 int primitiveCount; in drawElements() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp208 int primitiveCount, in InputAssemblyTest()
286 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkI… in createBufferData()
640 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIn… in createBufferData()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp229 …igned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) in DrawIndexedPrimitive()
236 …IVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const … in DrawIndexedPrimitiveUP()
243 …rawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount) in DrawPrimitive()
250 …ct3DDevice9Ex::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount, const … in DrawPrimitiveUP()
DDirect3DDevice9.cpp996 …igned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) in DrawIndexedPrimitive()
1064 …IVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const … in DrawIndexedPrimitiveUP()
1155 …rawPrimitive(D3DPRIMITIVETYPE primitiveType, unsigned int startVertex, unsigned int primitiveCount) in DrawPrimitive()
1186 …long Direct3DDevice9::DrawPrimitiveUP(D3DPRIMITIVETYPE primitiveType, unsigned int primitiveCount,… in DrawPrimitiveUP()
/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp119 …erateVertices (std::vector<float>& dst, float width, float height, int primitiveCount, int vertice… in generateVertices()
/external/deqp/modules/glshared/
DglsScissorTests.cpp314 int primitiveCount) in ScissorPrimitiveCase()
849 int primitiveCount) in createPrimitiveTest()
DglsDrawTest.hpp220 int primitiveCount; //!< number of primitives to draw (per instance) member
DglsDrawTest.cpp234 static size_t getElementCount (DrawTestSpec::Primitive primitive, size_t primitiveCount) in getElementCount()
/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp360 uint32_t primitiveCount = random->nextRangeU(1, 100); in DRAW_OP_TEST_DEFINE() local
/external/deqp/framework/referencerenderer/
DrrPrimitiveAssembler.hpp472 const size_t primitiveCount = getPrimitiveCount(numVertices); in exec() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicGeometryShaderTests.cpp285 const int primitiveCount, in GeometryOutputCountTestInstance()
/external/swiftshader/src/Renderer/
DRenderer.hpp297 volatile int primitiveCount; member
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp1346 …const int primitiveCount = referencePrimitiveCount(m_caseDef.primitiveType, m_caseDef.spacingMode,… in iterate() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1494 uint32 primitiveCount; member