HomeSort by relevance Sort by last modified time
    Searched refs:PRIMITIVETYPE_LINE_STRIP (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 39 PRIMITIVETYPE_LINE_STRIP, //!< Line strip
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; };
rrRenderer.cpp     [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 83 PRIMITIVETYPE_LINE_STRIP,
232 DECLARE_PR_CTOR(LineStrip, PRIMITIVETYPE_LINE_STRIP);
gluDrawUtil.cpp 208 case PRIMITIVETYPE_LINE_STRIP: return GL_LINE_STRIP;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 154 case GL_LINE_STRIP: return rr::PRIMITIVETYPE_LINE_STRIP;
sglrReferenceContext.cpp     [all...]

Completed in 37 milliseconds