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

  /external/mesa3d/src/mesa/vbo/
vbo_context.h 126 if (ctx->Array.DrawMethod != method) {
142 ctx->Array.DrawMethod = method;
  /external/deqp/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX)
128 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
133 spec.drawMethod = method;
173 VertexIDCase (Context& context, gls::DrawTestSpec::DrawMethod drawMethod);
189 gls::DrawTestSpec::DrawMethod m_method;
203 VertexIDCase::VertexIDCase (Context& context, gls::DrawTestSpec::DrawMethod drawMethod)
210 , m_method (drawMethod)
437 BuiltInVariableGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
    [all...]
es31fDrawTests.cpp 181 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
186 spec.drawMethod = method;
233 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);
239 gls::DrawTestSpec::DrawMethod m_method;
245 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)
247 , m_method (drawMethod)
268 spec.drawMethod = m_method;
304 spec.drawMethod = m_method
    [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 156 enum DrawMethod
188 static std::string drawMethodToString (DrawMethod method);
205 int instanceDivisor; //!< used only if drawMethod = Draw*Instanced
227 DrawMethod drawMethod;
228 IndexType indexType; //!< used only if drawMethod = DrawElements*
229 int indexPointerOffset; //!< used only if drawMethod = DrawElements*
230 Storage indexStorage; //!< used only if drawMethod = DrawElements*
231 int first; //!< used only if drawMethod = DrawArrays*
232 int indexMin; //!< used only if drawMethod = Draw*Range
    [all...]
glsDrawTest.cpp 266 static MethodInfo getMethodInfo (gls::DrawTestSpec::DrawMethod method)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
76 spec.drawMethod = method;
114 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);
120 gls::DrawTestSpec::DrawMethod m_method;
126 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)
128 , m_method (drawMethod)
149 spec.drawMethod = m_method;
184 spec.drawMethod = m_method
    [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 44 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
49 spec.drawMethod = method;
86 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
92 gls::DrawTestSpec::DrawMethod m_method;
95 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
97 , m_method (drawMethod)
159 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 225 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
230 spec.drawMethod = method;
267 IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
273 gls::DrawTestSpec::DrawMethod m_method;
276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod)
278 , m_method (drawMethod)
348 MethodGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 102 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method)
107 spec.drawMethod = method;
144 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);
150 gls::DrawTestSpec::DrawMethod m_method;
156 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)
158 , m_method (drawMethod)
185 spec.drawMethod = m_method;
220 spec.drawMethod = m_method
    [all...]
  /external/mesa3d/src/mesa/main/
arrayobj.c 491 if (ctx->Array.DrawMethod == DRAW_ARRAYS) {
503 ctx->Array.DrawMethod = DRAW_NONE;
attrib.c     [all...]
mtypes.h     [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 373 gls::DrawTestSpec::DrawMethod drawMethods[] =
449 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
451 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT)
453 else if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT)
513 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && spec.indexMin == spec.indexMax && spec.primitive != gls::DrawTestSpec::PRIMITIVE_POINTS)
525 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED && (spec.indexMax - spec.indexMin) < 2)
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]

Completed in 657 milliseconds