OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawMethod
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
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
...]
/external/deqp/modules/glshared/
glsDrawTest.hpp
151
enum
DrawMethod
183
static std::string drawMethodToString (
DrawMethod
method);
200
int instanceDivisor; //!< used only if
drawMethod
= Draw*Instanced
222
DrawMethod
drawMethod
;
223
IndexType indexType; //!< used only if
drawMethod
= DrawElements*
224
int indexPointerOffset; //!< used only if
drawMethod
= DrawElements*
225
Storage indexStorage; //!< used only if
drawMethod
= DrawElements*
226
int first; //!< used only if
drawMethod
= DrawArrays*
227
int indexMin; //!< used only if
drawMethod
= Draw*Range
[
all
...]
Completed in 189 milliseconds