HomeSort by relevance Sort by last modified time
    Searched refs:srcType (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
reflection.cc 122 Primitive::Type srcType, Primitive::Type dstType,
124 CHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
127 if (srcType == Primitive::kPrimBoolean) {
133 if (srcType == Primitive::kPrimChar) {
139 if (srcType == Primitive::kPrimByte) {
145 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimShort) {
151 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
152 srcType == Primitive::kPrimShort || srcType == Primitive::kPrimInt)
    [all...]
  /art/test/064-field-access/src/
Main.java 465 private static boolean compatibleTypes(char srcType, char dstType) {
470 return srcType == dstType;
472 return srcType == 'B' || srcType == 'S';
474 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
476 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I' |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 313 * \param srcType source image type
323 GLenum srcFormat, GLenum srcType,
331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
367 srcFormat, srcType,
371 dst, srcFormat, srcType, src,
435 GLenum srcFormat, GLenum srcType,
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
476 srcFormat, srcType,
480 dst, srcFormat, srcType, src,
554 * \param srcType source image typ
    [all...]
pack.h 63 GLenum srcFormat, GLenum srcType,
72 GLenum srcFormat, GLenum srcType,
80 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
95 GLenum srcType, const GLvoid *source,
110 GLenum srcType, const GLvoid *source,
123 GLenum srcType, const GLvoid *source,
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
texcompress_s3tc.c 174 srcType != GL_UNSIGNED_BYTE ||
183 srcFormat, srcType, srcAddr,
192 srcFormat, srcType, 0, 0);
227 srcType != GL_UNSIGNED_BYTE ||
236 srcFormat, srcType, srcAddr,
245 srcFormat, srcType, 0, 0);
280 srcType != GL_UNSIGNED_BYTE ||
289 srcFormat, srcType, srcAddr,
297 srcFormat, srcType, 0, 0);
332 srcType != GL_UNSIGNED_BYTE |
    [all...]
pack.c     [all...]
texcompress_rgtc.c 109 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
204 srcFormat, srcType, srcAddr,
258 srcFormat, srcType, srcAddr,
image.h 98 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
  /external/mesa3d/src/mesa/main/
texstore.c 313 * \param srcType source image type
323 GLenum srcFormat, GLenum srcType,
331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
367 srcFormat, srcType,
371 dst, srcFormat, srcType, src,
435 GLenum srcFormat, GLenum srcType,
442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType);
476 srcFormat, srcType,
480 dst, srcFormat, srcType, src,
554 * \param srcType source image typ
    [all...]
pack.h 63 GLenum srcFormat, GLenum srcType,
72 GLenum srcFormat, GLenum srcType,
80 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
95 GLenum srcType, const GLvoid *source,
110 GLenum srcType, const GLvoid *source,
123 GLenum srcType, const GLvoid *source,
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
texcompress_s3tc.c 174 srcType != GL_UNSIGNED_BYTE ||
183 srcFormat, srcType, srcAddr,
192 srcFormat, srcType, 0, 0);
227 srcType != GL_UNSIGNED_BYTE ||
236 srcFormat, srcType, srcAddr,
245 srcFormat, srcType, 0, 0);
280 srcType != GL_UNSIGNED_BYTE ||
289 srcFormat, srcType, srcAddr,
297 srcFormat, srcType, 0, 0);
332 srcType != GL_UNSIGNED_BYTE |
    [all...]
pack.c     [all...]
texcompress_rgtc.c 109 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
204 srcFormat, srcType, srcAddr,
258 srcFormat, srcType, srcAddr,
image.h 98 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
  /dalvik/vm/native/
java_lang_System.cpp 229 char srcType = srcClass->descriptor[1];
236 bool srcPrim = (srcType != '[' && srcType != 'L');
239 if (srcPrim != dstPrim || srcType != dstType) {
245 srcType, dstArray->contents, dstPos,
248 switch (srcType) {
  /dalvik/vm/analysis/
CodeVerify.cpp 262 * Determine whether we can convert "srcType" to "checkType", where
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
294 LOG_VFY("Unexpected checkType %d (srcType=%d)", checkType, srcType);
300 //printf("convTab[%d][%d] = %d\n", srcType, checkType,
301 // convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART]);
302 if (srcType >= kRegType1nrSTART && srcType <= kRegType1nrEND)
303 return (bool) convTab[srcType-kRegType1nrSTART][checkType-kRegType1nrSTART];
311 static bool canConvertTo2(RegType srcType, RegType checkType
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 286 GLenum srcType, GLboolean fbo)
298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) ||
300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) ||
305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 286 GLenum srcType, GLboolean fbo)
298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) ||
300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) ||
305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
  /dalvik/vm/reflect/
Reflect.cpp 899 int dvmConvertPrimitiveValue(PrimitiveType srcType,
911 assert((srcType != PRIM_VOID) && (srcType != PRIM_NOT));
918 conv = (srcType == dstType) ? OK4 : bad;
922 switch (srcType) {
930 switch (srcType) {
940 switch (srcType) {
951 switch (srcType) {
963 switch (srcType) {
1000 dexGetPrimitiveTypeDescriptor(srcType),
    [all...]
Reflect.h 74 int dvmConvertPrimitiveValue(PrimitiveType srcType,
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode,
358 JavaExpression left = cast(srcType, leftNode);
359 JavaExpression right = cast(srcType, rightNode);
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) {
364 return JavaExpression.prefix(destType, prefix, cast(srcType, node));
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 897 private boolean invalidDim(int srcType, int srcDim, String srcClass,
902 if (srcType == NULL)
907 else if (isCast && srcDim == 0 && srcType == CLASS
    [all...]
  /art/runtime/native/
java_lang_System.cc 223 std::string srcType(PrettyTypeOf(srcArray));
228 srcType.c_str(), dstType.c_str());

Completed in 1107 milliseconds

1 2