Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.cpp406 const bool isSpecialType = de::inRange<int>(va.componentType, VTX_COMP_FIXED, VTX_COMP_FLOAT); in setVertexAttribPointer() local
409 DE_ASSERT(isIntType != isSpecialType); // Must be either int or special type. in setVertexAttribPointer()
411 DE_UNREF(isSpecialType); in setVertexAttribPointer()