Home
last modified time | relevance | path

Searched refs:numActiveAttributes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp623 GLint numActiveAttributes = -1; in init()
632 glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes); in init()
633 …m_log << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expected 1)… in init()
648 …glGetActiveAttrib(program.getProgram(), numActiveAttributes, (int)sizeof(name), &length, &size, &t… in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp934 GLint numActiveAttributes = -1; in get_active_attrib() local
942 ctx.glGetProgramiv (program.getProgram(), GL_ACTIVE_ATTRIBUTES, &numActiveAttributes); in get_active_attrib()
943 …ctx.getLog() << TestLog::Message << "// GL_ACTIVE_ATTRIBUTES = " << numActiveAttributes << " (expe… in get_active_attrib()
958 …ctx.glGetActiveAttrib(program.getProgram(), numActiveAttributes, (int)sizeof(name), &length, &size… in get_active_attrib()