HomeSort by relevance Sort by last modified time
    Searched refs:type0 (Results 1 - 17 of 17) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) {
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
218 result.set(0, type0);
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) {
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
218 result.set(0, type0);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
StdTypeList.java 179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) {
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) {
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2,
218 result.set(0, type0);
  /external/chromium_org/third_party/skia/include/gpu/
GrProcessorStage.h 135 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType(); local
142 int combinedTypes = type0 | type1;
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 107 namespace type0 { namespace
  /frameworks/rs/
rsAllocation.cpp 545 const Type *type0 = this->getType(), local
548 return (type0->getCellCount() == type1->getCellCount()) &&
549 (type0->getDimLOD() == type1->getDimLOD()) &&
550 (type0->getDimFaces() == type1->getDimFaces()) &&
551 (type0->getDimYuv() == type1->getDimYuv()) &&
552 (type0->getDimX() == type1->getDimX()) &&
553 (type0->getDimY() == type1->getDimY()) &&
554 (type0->getDimZ() == type1->getDimZ());
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 80 GestureList Gestures(EventType type0, EventType type1) {
82 gestures[0] = type0;
87 GestureList Gestures(EventType type0,
91 gestures[0] = type0;
97 GestureList Gestures(EventType type0,
102 gestures[0] = type0;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 391 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
394 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
398 structType->addMember("m0", glu::VarType(type0, prec0));
402 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
412 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
419 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "")
422 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
428 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
432 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2))
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 162 SkMatrix::TypeMask type0 = coordTransform.getMatrix().getType(); local
176 int combinedTypes = type0 | type1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi_insn.c 355 SVGA3dShaderRegType type0, type1; local
359 type0 = SVGA3dShaderGetRegType( src0.base.value );
362 if (type0 == SVGA3DREG_CONST &&
367 if (type0 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
408 type0 = SVGA3dShaderGetRegType( src0.base.value );
413 if (type0 == SVGA3DREG_CONST &&
423 if (type0 == SVGA3DREG_INPUT &&
475 SVGA3dShaderRegType type0, type1, type2, type3; local
479 type0 = SVGA3dShaderGetRegType( src0.base.value )
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 355 SVGA3dShaderRegType type0, type1; local
359 type0 = SVGA3dShaderGetRegType( src0.base.value );
362 if (type0 == SVGA3DREG_CONST &&
367 if (type0 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
408 type0 = SVGA3dShaderGetRegType( src0.base.value );
413 if (type0 == SVGA3DREG_CONST &&
423 if (type0 == SVGA3DREG_INPUT &&
475 SVGA3dShaderRegType type0, type1, type2, type3; local
479 type0 = SVGA3dShaderGetRegType( src0.base.value )
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 345 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
348 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
352 structType->addMember("m0", glu::VarType(type0, prec0));
356 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
366 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
368 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
373 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "")
376 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
382 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
386 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 411 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
414 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
418 structType->addMember("m0", glu::VarType(type0, prec0));
422 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
432 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
434 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
439 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "")
442 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
448 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
452 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2))
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 994 milliseconds