HomeSort by relevance Sort by last modified time
    Searched defs:Primitive (Results 1 - 18 of 18) sorted by null

  /art/runtime/
primitive.h 30 class Primitive {
113 LOG(FATAL) << "Primitive char conversion on invalid type " << static_cast<int>(type);
119 DISALLOW_IMPLICIT_CONSTRUCTORS(Primitive);
122 std::ostream& operator<<(std::ostream& os, const Primitive::Type& state);
  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.h 26 enum Primitive {
32 Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordsSize = 0);
59 Primitive getPrimitive() const;
94 Primitive mPrimitive;
  /frameworks/base/graphics/java/android/renderscript/
Path.java 28 public enum Primitive {
33 Primitive(int id) {
40 Primitive mPrimitive;
44 Path(int id, RenderScript rs, Primitive p, Allocation vtx, Allocation loop, float q) {
60 public Primitive getPrimitive() {
69 public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx) {
75 public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) {
79 public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx) {
83 public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) {
Mesh.java 39 * index sets or primitive types.
49 public enum Primitive {
85 Primitive(int id) {
92 Primitive[] mPrimitives;
144 * @return index set primitive type
147 public Primitive getPrimitive(int slot) {
166 mPrimitives = new Primitive[idxCount];
180 mPrimitives[i] = Primitive.values()[primitives[i]];
199 Primitive prim;
288 * @param p primitive typ
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h 43 // It uses WebGraphicsContext3D to paint a scene consisiting of a primitive
44 // over a background. The primitive and background can be customized using
46 // primitive: none (default), triangle.
48 // primitive-color: black (default), red, green, blue.
88 enum Primitive {
94 Primitive primitive; member in struct:WebTestRunner::TestPlugin::Scene
105 : primitive(PrimitiveNone)
118 Primitive parsePrimitive(const WebKit::WebString&);
  /external/chromium_org/v8/src/
type-info.h 44 // Primitive Non-primitive
60 // We know it's a primitive type.
61 static TypeInfo Primitive() { return TypeInfo(kPrimitive); }
74 // We know it's a non-primitive (object) type.
180 case kPrimitive: return "Primitive";
  /external/v8/src/
type-info.h 44 // Primitive Non-primitive
60 // We know it's a primitive type.
61 static TypeInfo Primitive() { return TypeInfo(kPrimitive); }
74 // We know it's a non-primitive (object) type.
180 case kPrimitive: return "Primitive";
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 237 GLenum Primitive; /* current primitive being drawn (ala glBegin) */
  /external/mesa3d/src/mesa/swrast/
s_context.h 237 GLenum Primitive; /* current primitive being drawn (ala glBegin) */
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 220 const struct _mesa_prim *Primitive;
431 * type of primitive we're about to draw. Mode will be one of the
467 * primitive to be rendered. RenderTabVerts is used for non-indexed
  /external/mesa3d/src/mesa/tnl/
t_context.h 220 const struct _mesa_prim *Primitive;
431 * type of primitive we're about to draw. Mode will be one of the
467 * primitive to be rendered. RenderTabVerts is used for non-indexed
  /external/v8/include/
v8.h 93 class Primitive;
991 * The superclass of primitive values. See ECMA-262 4.3.2.
993 class Primitive : public Value { };
997 * A primitive boolean value (ECMA-262, 4.3.14). Either the true
1000 class Boolean : public Primitive {
1010 class String : public Primitive {
    [all...]
  /external/chromium_org/v8/include/
v8.h 134 class Primitive;
376 friend Handle<Primitive> Undefined(Isolate* isolate);
377 friend Handle<Primitive> Null(Isolate* isolate);
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 825 milliseconds