Home
last modified time | relevance | path

Searched defs:attribCount (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp36 GLuint makeProgramWithAttribCount(unsigned int attribCount) in makeProgramWithAttribCount()
87 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local
100 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local
DVertexAttributeTest.cpp300 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram()
329 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs()
3394 std::string VertexAttributeTestES31::makeMismatchingSignsTestVS(uint32_t attribCount, in makeMismatchingSignsTestVS()
3436 std::string VertexAttributeTestES31::makeMismatchingSignsTestFS(uint32_t attribCount) in makeMismatchingSignsTestFS()
/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.cpp181 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp747 GLint attribCount; in init() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp355 size_t attribCount = stream->readInt<size_t>(); in load() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp640 uint32_t attribCount) in PackPairsOfSimdVertexIntoSimd16Vertex()