Searched refs:PrimitiveType (Results 1 - 23 of 23) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp89 PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement); // !< primitive list for drawArrays-like call
90 PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices); // !< primitive list for drawElements-like call
96 inline PrimitiveType getPrimitiveType (void) const { return m_primitiveType; }
100 const PrimitiveType m_primitiveType;
H A DrrPrimitiveTypes.hpp32 enum PrimitiveType enum in namespace:rr
52 template <PrimitiveType DrawPrimitiveType> struct PrimitiveTypeTraits {};
H A DrrRenderer.cpp1385 template <PrimitiveType DrawPrimitiveType> // \note DrawPrimitiveType can only be Points, line_strip, or triangle_strip
1404 template <PrimitiveType DrawPrimitiveType>
1472 template <PrimitiveType DrawPrimitiveType>
1674 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement)
1685 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices)
/external/deqp/modules/glshared/
H A DglsScissorTests.hpp53 enum PrimitiveType enum in namespace:deqp::gls::Functional::ScissorTestInternal
82 PrimitiveType type,
H A DglsScissorTests.cpp294 PrimitiveType type,
303 const PrimitiveType m_primitiveType;
313 PrimitiveType type,
848 PrimitiveType type,
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp41 rr::PrimitiveType mapGLPrimitiveType (deUint32 type);
H A DsglrReferenceUtils.cpp146 rr::PrimitiveType mapGLPrimitiveType (deUint32 type)
H A DsglrReferenceContext.cpp4008 const rr::PrimitiveType primitiveType = sglr::rr_util::mapGLPrimitiveType(mode);
4046 const rr::PrimitiveType primitiveType = sglr::rr_util::mapGLPrimitiveType(mode);
4235 static rr::PrimitiveType getPrimitiveBaseType (rr::PrimitiveType derivedType)
4300 const rr::PrimitiveType baseType = getPrimitiveBaseType(primitives.getPrimitiveType());
/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp60 enum PrimitiveType enum in namespace:deqp::gles31::Functional::__anon3675
71 static int getNumVerticesPerPrimitive (PrimitiveType primType)
86 static glu::PrimitiveType getGluPrimitiveType (PrimitiveType primType)
101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* dst)
162 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd)
295 HelperInvocationValueCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples);
303 const PrimitiveType m_primitiveType;
314 HelperInvocationValueCase::HelperInvocationValueCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples)
452 HelperInvocationDerivateCase (Context& context, const char* name, const char* description, PrimitiveType primTyp
[all...]
H A Des31fGeometryShaderTests.cpp5248 enum PrimitiveType
5259 VertexFeedbackCase (Context& context, const char* name, const char* description, DrawMethod method, PrimitiveType output);
5271 const PrimitiveType m_output;
5282 VertexFeedbackCase::VertexFeedbackCase (Context& context, const char* name, const char* description, DrawMethod method, PrimitiveType output)
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp76 enum PrimitiveType enum in namespace:glu
161 PrimitiveType type; //!< Primitive type.
166 PrimitiveList (PrimitiveType type_, int numElements_)
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
H A DgluDrawUtil.cpp200 static deUint32 getPrimitiveGLType (PrimitiveType type)
479 static inline void drawNonIndexed (const glw::Functions& gl, PrimitiveType type, int numElements)
485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr)
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp60 enum PrimitiveType enum in class:deqp::gles3::Functional::PrimitiveRestartCase
91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
120 PrimitiveType m_primType;
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts)
698 (PrimitiveRestartCase::PrimitiveType)primType,
H A Des3fScissorTests.cpp72 const PrimitiveType type;
H A Des3fRasterizationTests.cpp2245 static const struct PrimitiveType
/external/deqp/modules/gles2/functional/
H A Des2fScissorTests.cpp62 PrimitiveType type;
H A Des2fRasterizationTests.cpp1863 static const struct PrimitiveType
/external/deqp/modules/egl/
H A DteglRenderTests.cpp82 enum PrimitiveType enum in namespace:deqp::egl::__anon3133
118 PrimitiveType type;
160 drawOp.type = (PrimitiveType)rnd.getInt(0, PRIMITIVETYPE_LAST-1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1446 TEST_F(OneofTest, PrimitiveType) {

Completed in 802 milliseconds