HomeSort by relevance Sort by last modified time
    Searched refs:Primitive (Results 51 - 75 of 89) sorted by null

1 23 4

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 32 import android.renderscript.Mesh.Primitive;
147 meshBuilder.addIndexSetType(Primitive.POINT);
MeshTest.java 29 import android.renderscript.Mesh.Primitive;
RsBenchRS.java 36 import android.renderscript.Mesh.Primitive;
TorusTest.java 29 import android.renderscript.Mesh.Primitive;
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 26 import android.renderscript.Mesh.Primitive;
203 meshBuilder.addIndexSetAllocation(mBladesIndicies, Primitive.TRIANGLE);
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 133 OFFSET( "VB_PRIMITIVE ", struct vertex_buffer, Primitive );
  /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/mesa3d/src/mesa/swrast/
s_context.h 237 GLenum Primitive; /* current primitive being drawn (ala glBegin) */
  /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/mesa3d/src/mesa/x86/
gen_matypes.c 133 OFFSET( "VB_PRIMITIVE ", struct vertex_buffer, 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";
  /frameworks/compile/slang/
slang_rs_type_spec.h 21 ENUM_RS_DATA_TYPE_CLASS(Primitive) \
129 struct RSPrimitiveType base; // base type of vec must be in primitive type
  /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/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 165 static const WebString kAttributePrimitive = WebString::fromUTF8("primitive");
167 static const WebString kAttributePrimitiveColor = WebString::fromUTF8("primitive-color");
182 m_scene.primitive = parsePrimitive(attributeValue);
292 TestPlugin::Primitive TestPlugin::parsePrimitive(const WebString& string)
297 Primitive primitive = PrimitiveNone; local
299 primitive = PrimitiveNone;
301 primitive = PrimitiveTriangle;
304 return primitive;
353 return m_scene.primitive != PrimitiveNone ? initProgram() && initPrimitive() : true
    [all...]
  /art/runtime/
utils.h 29 #include "primitive.h"
192 std::string PrettyDescriptor(Primitive::Type type);
class_linker.h 391 mirror::Class* CreatePrimitiveClass(Thread* self, Primitive::Type type)
393 mirror::Class* InitializePrimitiveClass(mirror::Class* primitive_class, Primitive::Type type)
utils.cc 241 // Reference or primitive?
264 // or "primitive;". Rewrite the type with '.' instead of '/':
281 std::string PrettyDescriptor(Primitive::Type type) {
282 std::string descriptor_string(Primitive::Descriptor(type));
785 * single-character primitive type, or continue on to check the
797 // These are all single-character descriptors for primitive types.
    [all...]
  /external/v8/samples/
lineprocessor.cc 436 v8::Handle<v8::Primitive> t = v8::Undefined();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 430 GLuint prim = VB->Primitive[i].mode;
431 GLuint start = VB->Primitive[i].start;
432 GLuint length = VB->Primitive[i].count;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 430 GLuint prim = VB->Primitive[i].mode;
431 GLuint start = VB->Primitive[i].start;
432 GLuint length = VB->Primitive[i].count;
  /art/runtime/entrypoints/
entrypoint_utils.cc 138 is_primitive ? "primitive" : "non-primitive",
323 mirror::Object* val = BoxPrimitive(Primitive::GetType(shorty[i + 1]), jv);
  /external/chromium_org/v8/samples/
lineprocessor.cc 439 v8::Handle<v8::Primitive> t = v8::Undefined();
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 267 meshBuilder.addIndexSetAllocation(mLineIdxAlloc, Mesh.Primitive.LINE);

Completed in 1794 milliseconds

1 23 4