HomeSort by relevance Sort by last modified time
    Searched defs:DrawMethod (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 183 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
188 spec.drawMethod = method;
235 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
241 gls::DrawTestSpec::DrawMethod m_method;
247 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
249 , m_method (drawMethod)
270 spec.drawMethod = m_method;
306 spec.drawMethod = m_method
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 150 enum DrawMethod
182 static std::string drawMethodToString (DrawMethod method);
199 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
221 DrawMethod drawMethod;
222 IndexType indexType; //!< used only if drawMethod = DrawElements*
223 int indexPointerOffset; //!< used only if drawMethod = DrawElements*
224 Storage indexStorage; //!< used only if drawMethod = DrawElements*
225 int first; //!< used only if drawMethod = DrawArrays*
226 int indexMin; //!< used only if drawMethod = Draw*Range
    [all...]

Completed in 489 milliseconds