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

1 2

  /art/runtime/
reflection-inl.h 33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType,
37 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
38 if (LIKELY(srcType == dstType)) {
49 if (srcType == Primitive::kPrimByte) {
55 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
56 srcType == Primitive::kPrimShort) {
62 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
63 srcType == Primitive::kPrimShort || srcType == Primitive::kPrimInt)
    [all...]
  /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,
texcompress_fxt1.c 72 srcType != GL_UNSIGNED_BYTE ||
81 srcFormat, srcType, srcAddr,
91 srcFormat, srcType, 0, 0);
94 srcType) / sizeof(GLubyte);
123 srcType != GL_UNSIGNED_BYTE ||
131 srcFormat, srcType, srcAddr,
141 srcFormat, srcType, 0, 0);
144 srcType) / sizeof(GLubyte);
    [all...]
fbobject.c     [all...]
image.c 460 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
471 ASSERT(srcType != dstType);
473 switch (srcType) {
  /art/test/064-field-access/src/
Main.java 486 private static boolean compatibleTypes(char srcType, char dstType) {
491 return srcType == dstType;
493 return srcType == 'B' || srcType == 'S';
495 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
497 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I' |
    [all...]
  /frameworks/av/media/libmedia/include/media/
convert.h 46 * @tparam srcType source type, default value is string type
53 template <typename srcType, typename dstType>
54 static inline bool convertTo(const srcType &input, dstType &result);
160 template <typename srcType, typename dstType>
173 template <typename srcType>
174 class Converter<srcType, std::string>
177 static inline bool run(const srcType &str, std::string &result)
179 return toString<srcType>(str, result);
213 template <typename srcType, typename dstType>
214 static inline bool convertTo(const srcType &input, dstType &result
    [all...]
  /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)) {
  /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 138 std::string srcType(srcArray->PrettyTypeOf());
142 srcType.c_str(), dstType.c_str());
  /external/skia/gm/
xfermodes.cpp 14 enum SrcType {
116 /* The srcType argument indicates what to draw for the source part. Skia
120 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) {
128 switch (srcType) {
251 draw_mode(canvas, gModes[i].fMode, static_cast<SrcType>(sourceType),
  /external/skia/src/sksl/
SkSLSPIRVCodeGenerator.h 162 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp     [all...]
  /build/blueprint/proptools/
extend.go 243 srcType := srcValue.Type()
244 for i, srcField := range typeFields(srcType) {
285 if dstType == srcType {
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 350 srcType, preSrc, dummyReloc, relocsPerDummy = dummyReloc
354 if srcType == "asm":
356 elif srcType == "ir":
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 168 static TryCastResult TryStaticPointerDowncast(Sema &Self, QualType SrcType,
174 static TryCastResult TryStaticDowncast(Sema &Self, CanQualType SrcType,
182 QualType SrcType,
325 QualType srcType = src->getType();
326 if (!destType->isRecordType() && !srcType->isRecordType())
374 << CT << srcType << destType
478 /// CastsAwayConstness - Check if the pointer conversion from SrcType to
487 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType,
502 assert((SrcType->isAnyPointerType() || SrcType->isMemberPointerType() |
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 512 template <typename SrcType, typename DstType>
513 inline DstType convert (SrcType src)
515 if (Scalar::min<SrcType>() == src)
517 else if (Scalar::max<SrcType>() == src)
542 template <typename SrcType, typename DstType>
543 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax)
545 dstMin = convert<SrcType, DstType>(srcMin);
546 dstMax = convert<SrcType, DstType>(srcMax);
572 // Returns whether it is possible to convert some SrcType value range to given DstType valueRang
    [all...]

Completed in 600 milliseconds

1 2