/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
pack.h | 55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, 94 GLenum dstType, GLvoid *dest, 102 GLenum dstType, GLvoid *dest, const GLuint *source, 109 GLenum dstType, GLvoid *dest, 116 GLenum dstType, GLvoid *dest, const GLubyte *source, 122 GLenum dstType, GLvoid *dest, GLuint depthMax, 128 GLenum dstType, const GLfloat *depthSpan, 134 GLenum dstType, GLuint *dest, 149 GLenum dstFormat, GLenum dstType, 155 GLenum dstFormat, GLenum dstType, [all...] |
pack.c | 521 GLenum dstFormat, GLenum dstType) 526 _mesa_lookup_enum_by_nr(dstType), 532 GLenum dstFormat, GLenum dstType, 537 switch(dstType) { 565 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 577 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 589 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 601 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 632 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 663 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); [all...] |
image.c | 461 GLenum dstType, GLvoid *dst, 471 ASSERT(srcType != dstType); 475 if (dstType == GL_UNSIGNED_SHORT) { 494 ASSERT(dstType == GL_FLOAT); 508 if (dstType == GL_UNSIGNED_BYTE) { 527 ASSERT(dstType == GL_FLOAT); 541 if (dstType == GL_UNSIGNED_BYTE) { 556 ASSERT(dstType == GL_UNSIGNED_SHORT);
|
image.h | 99 GLenum dstType, GLvoid *dst,
|
/external/mesa3d/src/mesa/main/ |
pack.h | 55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, 94 GLenum dstType, GLvoid *dest, 102 GLenum dstType, GLvoid *dest, const GLuint *source, 109 GLenum dstType, GLvoid *dest, 116 GLenum dstType, GLvoid *dest, const GLubyte *source, 122 GLenum dstType, GLvoid *dest, GLuint depthMax, 128 GLenum dstType, const GLfloat *depthSpan, 134 GLenum dstType, GLuint *dest, 149 GLenum dstFormat, GLenum dstType, 155 GLenum dstFormat, GLenum dstType, [all...] |
pack.c | 521 GLenum dstFormat, GLenum dstType) 526 _mesa_lookup_enum_by_nr(dstType), 532 GLenum dstFormat, GLenum dstType, 537 switch(dstType) { 565 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 577 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 589 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 601 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 632 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); 663 _pack_rgba_span_from_uints_problem(ctx, dstFormat, dstType); [all...] |
image.c | 461 GLenum dstType, GLvoid *dst, 471 ASSERT(srcType != dstType); 475 if (dstType == GL_UNSIGNED_SHORT) { 494 ASSERT(dstType == GL_FLOAT); 508 if (dstType == GL_UNSIGNED_BYTE) { 527 ASSERT(dstType == GL_FLOAT); 541 if (dstType == GL_UNSIGNED_BYTE) { 556 ASSERT(dstType == GL_UNSIGNED_SHORT);
|
image.h | 99 GLenum dstType, GLvoid *dst,
|
/art/runtime/ |
reflection-inl.h | 31 Primitive::Type srcType, Primitive::Type dstType, 33 DCHECK(srcType != Primitive::kPrimNot && dstType != Primitive::kPrimNot); 34 if (LIKELY(srcType == dstType)) { 38 switch (dstType) { 94 PrettyDescriptor(dstType).c_str()).c_str()); 99 PrettyDescriptor(dstType).c_str()).c_str());
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState_sample.h | 11 #define DSTTYPE SkPMColor 13 #define DSTTYPE uint16_t 30 int count, DSTTYPE* SK_RESTRICT colors); 33 int count, DSTTYPE* SK_RESTRICT colors); 36 int count, DSTTYPE* SK_RESTRICT colors); 39 int count, DSTTYPE* SK_RESTRICT colors); 43 int count, DSTTYPE* SK_RESTRICT colors) { 85 int count, DSTTYPE* SK_RESTRICT colors) { 107 DSTTYPE dstValue = RETURNDST(src); 140 int count, DSTTYPE* SK_RESTRICT colors) [all...] |
SkBitmapProcState_shaderproc.h | 16 DSTTYPE* SK_RESTRICT colors, int count); 19 DSTTYPE* SK_RESTRICT colors, int count) { 87 #undef DSTTYPE
|
SkBitmapProcState_procs.h | 308 #define DSTTYPE uint16_t 321 #define DSTTYPE uint16_t 336 #define DSTTYPE uint32_t
|
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 11 #define DSTTYPE SkPMColor 13 #define DSTTYPE uint16_t 30 int count, DSTTYPE* SK_RESTRICT colors); 33 int count, DSTTYPE* SK_RESTRICT colors); 36 int count, DSTTYPE* SK_RESTRICT colors); 39 int count, DSTTYPE* SK_RESTRICT colors); 43 int count, DSTTYPE* SK_RESTRICT colors) { 85 int count, DSTTYPE* SK_RESTRICT colors) { 107 DSTTYPE dstValue = RETURNDST(src); 140 int count, DSTTYPE* SK_RESTRICT colors) [all...] |
SkBitmapProcState_shaderproc.h | 16 DSTTYPE* SK_RESTRICT colors, int count); 19 DSTTYPE* SK_RESTRICT colors, int count) { 87 #undef DSTTYPE
|
SkBitmapProcState_procs.h | 308 #define DSTTYPE uint16_t 321 #define DSTTYPE uint16_t 336 #define DSTTYPE uint32_t
|
/external/opencv/cv/src/ |
cvaccum.cpp | 44 #define ICV_DEF_ACC_FUNC( name, srctype, dsttype, cvtmacro ) \ 46 name,( const srctype *src, int srcstep, dsttype *dst, \ 58 dsttype t0 = dst[x] + cvtmacro(src[x]); \ 59 dsttype t1 = dst[x + 1] + cvtmacro(src[x + 1]); \ 81 #define ICV_DEF_ACCPROD_FUNC( flavor, srctype, dsttype, cvtmacro ) \ 84 dsttype *dst, int dststep, CvSize size ), \ 96 dsttype t0 = dst[x] + cvtmacro(src1[x])*cvtmacro(src2[x]); \ 97 dsttype t1 = dst[x+1] + cvtmacro(src1[x+1])*cvtmacro(src2[x+1]);\ 117 #define ICV_DEF_ACCWEIGHT_FUNC( flavor, srctype, dsttype, cvtmacro ) \ 119 ( const srctype *src, int srcstep, dsttype *dst, int dststep, [all...] |
cvsamplers.cpp | 145 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC( flavor, srctype, dsttype, worktype, \ 149 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) \ 200 dst[j] = (dsttype)cast_macro2(s0); \ 201 dst[j+1] = (dsttype)cast_macro2(s1); \ 211 dst[j] = (dsttype)cast_macro2(s0); \ 234 dst[j] = (dsttype)cast_macro2(s0); \ 244 dst[j] = (dsttype)cast_macro2(s0); \ 252 dst[j] = (dsttype)cast_macro2(s0); \ 264 #define ICV_DEF_GET_RECT_SUB_PIX_FUNC_C3( flavor, srctype, dsttype, worktype, \ 268 dsttype* dst, int dst_step, CvSize win_size, CvPoint2D32f center ) [all...] |
cvderiv.cpp | 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \ 487 icvLaplaceRow_##flavor( const srctype* src, dsttype* dst, void* params )\ 492 const dsttype* kx = (dsttype*)_kx->data.ptr; \ 493 const dsttype* ky = (dsttype*)_ky->data.ptr; \ 508 dsttype s0 = load_macro(s[i]); \ 509 dsttype s1 = (dsttype)(s[i-cn] - s0*2 + s[i+cn]); \ 515 dsttype s0 = (dsttype)(s[i-cn] + s[i]*2 + s[i+cn]); [all...] |
cvfilter.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxlut.cpp | 103 #define ICV_DEF_LUT_FUNC_8U_CN( flavor, dsttype, cn ) \ 106 dsttype* dst, int dststep, CvSize size, \ 107 const dsttype* lut ) \ 114 ICV_LUT_CASE_C##cn( dsttype ) \ 131 #define ICV_DEF_LUT_FUNC_8U( flavor, dsttype ) \ 135 dsttype* dst, int dststep, CvSize size, \ 136 const dsttype* _lut, int cn ) \ 139 dsttype lutp[1024]; \ 166 const dsttype* lut = lutp + k*256; \ 169 dsttype t0 = lut[src[j]]; [all...] |
cxmatmul.cpp | [all...] |
cxconvert.cpp | 1546 int dsttype; local [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpression.cpp | 512 template <typename SrcType, typename DstType> 513 inline DstType convert (SrcType src) 516 return Scalar::min<DstType>().template as<DstType>(); 518 return Scalar::max<DstType>().template as<DstType>(); 520 return DstType(src); 541 template <typename SrcType, typename DstType> 542 inline void convertValueRange (SrcType srcMin, SrcType srcMax, DstType& dstMin, DstType& dstMax [all...] |
/art/runtime/mirror/ |
object_array-inl.h | 230 std::string dstType(PrettyTypeOf(this)); 236 src_pos + i, actualSrcType.c_str(), dstType.c_str()); 239 src_pos + i, actualSrcType.c_str(), dstType.c_str());
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-8.0.1.html | 54 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45877">Bug 45877</a> - main/image.c:1597: _mesa_convert_colors: Assertion `dstType == 0x1406' failed.</li> 56 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45578">Bug 45578</a> - main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.</li>
|