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

1 2 3

  /art/runtime/
reflection-inl.h 34 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType,
38 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot);
39 if (LIKELY(srcType == dstType)) {
50 if (srcType == Primitive::kPrimByte) {
56 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
57 srcType == Primitive::kPrimShort) {
63 if (srcType == Primitive::kPrimByte || srcType == Primitive::kPrimChar ||
64 srcType == Primitive::kPrimShort || srcType == Primitive::kPrimInt)
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 104 GLenum srcFormat, GLenum srcType,
109 srcFormat, srcType);
111 srcWidth, srcHeight, srcFormat, srcType);
113 srcPacking, srcAddr, srcWidth, srcHeight, srcFormat, srcType, 0, 0, 0);
169 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
172 depthScale, srcType, src, srcPacking);
199 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
202 depthScale, srcType, src, srcPacking);
229 srcAddr, srcWidth, srcHeight, srcFormat, srcType, img, row, 0);
234 depthScale, srcType, src, srcPacking)
    [all...]
pack.h 52 GLenum srcType, const GLvoid *source,
65 GLenum srcType, const GLvoid *source,
100 const void *src, GLenum srcFormat, GLenum srcType,
107 const void *src, GLenum srcFormat, GLenum srcType,
pack.c 256 GLenum srcFormat, GLenum srcType, const GLvoid *src,
261 assert(srcType == GL_BITMAP ||
262 srcType == GL_UNSIGNED_BYTE ||
263 srcType == GL_BYTE ||
264 srcType == GL_UNSIGNED_SHORT ||
265 srcType == GL_SHORT ||
266 srcType == GL_UNSIGNED_INT ||
267 srcType == GL_INT ||
268 srcType == GL_UNSIGNED_INT_24_8_EXT ||
269 srcType == GL_HALF_FLOAT_ARB |
    [all...]
texcompress_s3tc.c 133 srcType != GL_UNSIGNED_BYTE ||
149 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, 0, 0);
190 srcType != GL_UNSIGNED_BYTE ||
207 srcFormat, srcType, srcAddr,
214 srcFormat, srcType, 0, 0);
248 srcType != GL_UNSIGNED_BYTE ||
265 srcFormat, srcType, srcAddr,
271 srcFormat, srcType, 0, 0);
305 srcType != GL_UNSIGNED_BYTE |
    [all...]
texstore.h 53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
84 GLenum srcFormat, GLenum srcType,
91 GLenum srcFormat, GLenum srcType,
blit.c 103 GLenum srcType = _mesa_get_format_datatype(srcFormat);
106 if (srcType != GL_INT && srcType != GL_UNSIGNED_INT) {
107 assert(srcType == GL_UNSIGNED_NORMALIZED ||
108 srcType == GL_SIGNED_NORMALIZED ||
109 srcType == GL_FLOAT);
111 srcType = GL_FLOAT;
122 return srcType == dstType;
texcompress_rgtc.c 101 srcFormat, srcType, srcAddr,
154 srcFormat, srcType, srcAddr,
215 srcFormat, srcType, srcAddr,
280 srcFormat, srcType, srcAddr,
texcompress_bptc.c     [all...]
image.h 101 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
texcompress_fxt1.c 66 srcType != GL_UNSIGNED_BYTE ||
82 srcFormat, srcType, srcAddr,
90 srcFormat, srcType, 0, 0);
93 srcType) / sizeof(GLubyte);
121 srcType != GL_UNSIGNED_BYTE ||
137 srcFormat, srcType, srcAddr,
145 srcFormat, srcType, 0, 0);
148 srcType) / sizeof(GLubyte);
    [all...]
image.c 474 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
485 assert(srcType != dstType);
487 switch (srcType) {
  /art/test/064-field-access/src/
Main.java 494 private static boolean compatibleTypes(char srcType, char dstType) {
499 return srcType == dstType;
501 return srcType == 'B' || srcType == 'S';
503 return srcType == 'B' || srcType == 'C' || srcType == 'S' || srcType == 'I';
505 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 218 GLenum srcType, GLboolean fbo)
233 * srcFormat/srcType, which can't really be expected anyway).
242 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
243 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) ||
244 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
245 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) {
247 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) ||
248 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) ||
249 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) ||
250 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian))
    [all...]
  /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 141 std::string srcType(srcArray->PrettyTypeOf());
145 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/skqp/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/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 78 GLenum srcType = _mesa_get_format_datatype(rb->Format);
80 if ((srcType == GL_INT &&
84 (srcType == GL_UNSIGNED_INT &&
  /external/skqp/tests/
VkHardwareBufferTest.cpp     [all...]
  /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...]

Completed in 741 milliseconds

1 2 3