OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawMethod
(Results
1 - 10
of
10
) sorted by null
/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
...]
glsDrawTest.cpp
278
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
)
170
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
)
362
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/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
...]
es31fGeometryShaderTests.cpp
[
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 90 milliseconds