Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp35 GLuint makeProgramWithAttribCount(unsigned int attribCount) in makeProgramWithAttribCount()
83 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local
96 for (unsigned int attribCount = 0; attribCount <= maxInputs; ++attribCount) in TEST_P() local
DVertexAttributeTest.cpp322 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram()
351 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp5330 unsigned int attribCount = stream.readInt<unsigned int>(); in deserialize() local