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()
4032 std::string VertexAttributeTestES31::makeMismatchingSignsTestVS(uint32_t attribCount, in makeMismatchingSignsTestVS()
4074 std::string VertexAttributeTestES31::makeMismatchingSignsTestFS(uint32_t attribCount) in makeMismatchingSignsTestFS()
/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.cpp193 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray()
/external/angle/src/libANGLE/renderer/wgpu/
Dwgpu_pipeline_state.cpp337 size_t attribCount = 0; in createPipeline() local
/external/deqp/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp835 GLint attribCount; in init() local
/external/angle/src/libANGLE/
DProgramExecutable.cpp240 size_t attribCount = stream->readInt<size_t>(); in LoadProgramInputs() local