/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 108 * Put all the primitive types into the intern table. This needs 153 * representing a primitive type 160 * representing a primitive type 167 * representing a primitive type 174 * representing a primitive type 181 * representing a primitive type 188 * representing a primitive type 195 * representing a primitive type 202 * representing a primitive type 209 * representing a primitive typ [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 83 /* When the primitive changes, set a state bit and re-validate. Not 85 * programs be immune to the active primitive (ie. cope with all 111 if (hw_prim != brw->primitive) { 112 brw->primitive = hw_prim; 131 if (hw_prim != brw->primitive) { 132 brw->primitive = hw_prim; 179 /* If we're set to always flush, do it before and after the primitive emit. 236 /* If we're set to always flush, do it before and after the primitive emit. 371 "unknown prim type in transform feedback primitive count"); 497 gen7_emit_prim(brw, &prim[i], brw->primitive); [all...] |
brw_gs.h | 46 * Hardware primitive type being drawn, e.g. _3DPRIM_TRILIST. 48 GLuint primitive:8; member in struct:brw_gs_prog_key
|
/art/compiler/optimizing/ |
nodes_shared.h | 24 HMultiplyAccumulate(Primitive::Type type, 58 HBitwiseNegatedRight(Primitive::Type result_type,
|
/art/runtime/interpreter/ |
unstarted_runtime.cc | 619 // Check that the second type is not primitive. [all...] |
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
GLPrimitiveBenchmark.java | 14 package android.opengl2.cts.primitive; 25 * Runs the Primitive OpenGL ES 2.0 Benchmarks.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
SubjectPublicKeyInfo.java | 105 * @return the public key as an ASN.1 primitive. 122 * @return the public key as an ASN.1 primitive.
|
/external/deqp/doc/testspecs/GLES31/ |
functional.draw_indirect.txt | 42 Primitive drawing cases draw a group of primitives with random generated 44 by a simple reference rasterizer. Each primitive is tested using a single
|
/external/guava/guava/src/com/google/common/reflect/ |
TypeToInstanceMap.java | 38 * for primitive types, and a primitive type and its corresponding wrapper type
|
/external/javassist/sample/vector/ |
VectorAssistant.java | 80 * the element type is a primitive type. 105 * the element type can be a primitive type.
|
/external/llvm/include/llvm/Analysis/ |
ObjCARCInstKind.h | 42 LoadWeakRetained, ///< objc_loadWeakRetained (primitive) 43 StoreWeak, ///< objc_storeWeak (primitive)
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe.h | 41 * Basic info for a point/line/triangle primitive. 53 * Base class for all primitive drawing stages.
|
draw_vbuf.h | 62 * combination of rasterizer state and primitive. 93 * Notify the renderer of the current primitive when it changes.
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_indices.c | 75 * Given a primitive type and number of vertices, return the number of vertices 76 * needed to draw the primitive with fill mode = PIPE_POLYGON_MODE_LINE using
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_draw_quad.c | 38 * Draw a simple vertex buffer / primitive. 73 * Draw a simple vertex buffer / primitive.
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tcl.c | 163 /* TODO: Try to extend existing primitive if both are identical, 321 /* If primitive.count is less than MAX_CONVERSION_SIZE 328 if (!VB->Primitive[i].count) 330 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE) 335 space_required += VB->Primitive[i].count * 3; 406 GLuint prim = _tnl_translate_prim(&VB->Primitive[i]); 407 GLuint start = VB->Primitive[i].start; 408 GLuint length = VB->Primitive[i].count;
|
/external/mesa3d/src/mesa/vbo/ |
vbo_exec.c | 102 * and primitive restart is not used. 139 assert(!"Unexpected primitive type in count_tessellated_primitives");
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
AnnotationVisitor.java | 43 * Visits a primitive value of the annotation.
79 * Visits an array value of the annotation. Note that arrays of primitive
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonGF256.cpp | 44 CBC_ReedSolomonGF256::CBC_ReedSolomonGF256(int32_t primitive) {
50 x ^= primitive;
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
ObjectFormat.java | 77 // Check if type is primitive 98 "Unknown primitive type: " + type.getSimpleName() + "!");
|
/frameworks/base/tools/aapt2/ |
Format.proto | 118 message Primitive { 192 optional Primitive prim = 6;
|
/libcore/ojluni/src/main/java/java/lang/ |
package-info.java | 32 * <p>Frequently it is necessary to represent a value of primitive 39 * a number of methods for converting among primitive values, as well
|
/libcore/ojluni/src/main/java/java/util/stream/ |
StreamShape.java | 43 * input shape. When representing primitive streams in this way, the 45 * primitive type.
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubycontainer_extended.swg | 5 * behave closer to ruby primitive types. 109 * primitive types
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wrappers.proto | 31 // Wrappers for primitive (non-message) types. These types are useful 33 // where we need to distinguish between the absence of a primitive
|