Searched refs:primitive (Results 1 - 7 of 7) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelMethod.java150 public static int getImplicitConversionLevel(ModelClass primitive) { argument
151 if (primitive == null) {
153 } else if (primitive.isByte()) {
155 } else if (primitive.isChar()) {
157 } else if (primitive.isShort()) {
159 } else if (primitive.isInt()) {
161 } else if (primitive.isLong()) {
163 } else if (primitive.isFloat()) {
165 } else if (primitive.isDouble()) {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.cpp23 Mesh::Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordSize) argument
25 mPrimitive(primitive)
H A DMesh.h32 Mesh(Primitive primitive, size_t vertexCount, size_t vertexSize, size_t texCoordsSize = 0);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java87 AnnotationClass primitive = loadPrimitive(className);
88 if (primitive != null) {
89 return addDimension(primitive.mTypeMirror, numDimensions);
/frameworks/base/tools/aapt2/
H A DResourceValues.h328 virtual void visit(BinaryPrimitive& primitive, ValueVisitorArgs& args) { argument
329 visitItem(primitive, args);
369 virtual void visit(const BinaryPrimitive& primitive, ValueVisitorArgs& args) { argument
370 visitItem(primitive, args);
/frameworks/rs/api/
H A Drs_graphics.spec110 value: RS_PRIMITIVE_INVALID = 100, "Invalid primitive"
465 arg: uint primitiveIndex, "for meshes that contain multiple primitive groups this parameter specifies the index of the group to draw."
721 allocation if only the primitive is specified
728 ret: rs_primitive, "primitive describing how the mesh is rendered"
730 arg: uint32_t index, "index of the primitive"
732 summary: Return the primitive
734 Returns the primitive describing how a part of the mesh is
742 ret: uint32_t, "number of primitive groups in the mesh. This would include simple primitives as well as allocations containing index data"
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 8789 milliseconds