Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp307 GLuint compileMultiAttribProgram(GLint attribCount) in compileMultiAttribProgram()
336 void setupMultiAttribs(GLuint program, GLint attribCount, GLfloat value) in setupMultiAttribs()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp181 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp317 size_t attribCount = stream->readInt<size_t>(); in load() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp747 GLint attribCount; in init() local