HomeSort by relevance Sort by last modified time
    Searched refs:PrimitiveType (Results 1 - 25 of 42) sorted by null

1 2

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 89 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;
rrPrimitiveTypes.hpp 32 enum PrimitiveType
52 template <PrimitiveType DrawPrimitiveType> struct PrimitiveTypeTraits {};
  /external/deqp/modules/glshared/
glsScissorTests.hpp 53 enum PrimitiveType
82 PrimitiveType type,
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 177 template <typename Property, typename TearOffType = typename Property::TearOffType, typename PrimitiveType = typename Property::PrimitiveType>
197 PrimitiveType baseVal()
202 void setBaseVal(PrimitiveType value, blink::ExceptionState& exceptionState)
217 PrimitiveType animVal()
233 // These classes has "void" for its PrimitiveType.
SVGProperty.h 51 typedef void PrimitiveType;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp 41 rr::PrimitiveType mapGLPrimitiveType (deUint32 type);
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 60 enum PrimitiveType
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)
133 static void drawRandomPrimitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPrimitives, de::Random* rnd)
262 HelperInvocationValueCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples);
270 const PrimitiveType m_primitiveType;
281 HelperInvocationValueCase::HelperInvocationValueCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples)
406 HelperInvocationDerivateCase (Context& context, const char* name, const char* description, PrimitiveType primType, int numSamples, const char* derivateFunc)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGBoolean.h 42 typedef bool PrimitiveType;
SVGInteger.h 43 typedef int PrimitiveType;
SVGIntegerOptionalInteger.h 42 typedef void PrimitiveType;
SVGNumber.h 45 typedef float PrimitiveType;
SVGNumberOptionalNumber.h 42 typedef void PrimitiveType;
SVGString.h 44 typedef String PrimitiveType;
SVGEnumeration.h 47 typedef unsigned short PrimitiveType;
SVGPathSegList.h 47 typedef void PrimitiveType;
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 76 enum PrimitiveType
161 PrimitiveType type; //!< Primitive type.
166 PrimitiveList (PrimitiveType type_, int numElements_)
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
gluDrawUtil.cpp 200 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)
  /dalvik/libdex/
DexFile.cpp 47 char dexGetPrimitiveTypeDescriptorChar(PrimitiveType type) {
54 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type) {
72 const char* dexGetBoxedTypeDescriptor(PrimitiveType type) {
88 PrimitiveType dexGetPrimitiveTypeFromDescriptorChar(char descriptorChar) {
DexFile.h 83 enum PrimitiveType {
967 char dexGetPrimitiveTypeDescriptorChar(PrimitiveType type);
973 const char* dexGetPrimitiveTypeDescriptor(PrimitiveType type);
981 const char* dexGetBoxedTypeDescriptor(PrimitiveType type);
988 PrimitiveType dexGetPrimitiveTypeFromDescriptorChar(char descriptorChar);
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 60 enum PrimitiveType
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,
es3fScissorTests.cpp 72 const PrimitiveType type;
  /external/deqp/modules/gles2/functional/
es2fScissorTests.cpp 62 PrimitiveType type;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /art/runtime/verifier/
reg_type.cc 67 PrimitiveType::PrimitiveType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
76 : PrimitiveType(klass, descriptor, cache_id) {
81 : PrimitiveType(klass, descriptor, cache_id) {
reg_type.h 359 class PrimitiveType : public RegType {
361 PrimitiveType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
365 class Cat1Type : public PrimitiveType {
486 class Cat2Type : public PrimitiveType {

Completed in 524 milliseconds

1 2