Searched defs:verticesPerPrimitive (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 99 GLsizei verticesPerPrimitive = (mode == GL_TRIANGLES) ? 3 : ((mode == GL_LINES) ? 2 : 1); in copyIndices() local
|
D | utilities.cpp | 2248 …tCount, GLenum elementType, sw::DrawType &drawType, int &primitiveCount, int &verticesPerPrimitive) in ConvertPrimitiveType()
|
D | Context.cpp | 3587 int verticesPerPrimitive; in drawArrays() local 3673 int verticesPerPrimitive; in drawElements() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 119 …tor<float>& dst, float width, float height, int primitiveCount, int verticesPerPrimitive, de::Rand… in generateVertices()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | VertexProcessor.hpp | 81 unsigned char verticesPerPrimitive : 2; // 1 (points), 2 (lines) or 3 (triangles) member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 1125 int verticesPerPrimitive, in createListPrimitives()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 1125 int verticesPerPrimitive, in createListPrimitives()
|