Searched refs:dstType (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/effects/gradients/
H A DSk4fLinearGradient.h33 template <DstType dstType, ApplyPremul premul>
34 void shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type[],
37 template <DstType dstType, ApplyPremul premul, SkShader::TileMode tileMode>
38 void shadeSpanInternal(int x, int y, typename DstTraits<dstType, premul>::Type[],
H A DSk4fGradientBase.h86 template <DstType dstType, ApplyPremul premul>
87 void shadePremulSpan(int x, int y, typename DstTraits<dstType, premul>::Type[],
90 template <DstType dstType, ApplyPremul premul, SkShader::TileMode tileMode>
91 void shadeSpanInternal(int x, int y, typename DstTraits<dstType, premul>::Type[],
H A DSk4fLinearGradient.cpp15 template<DstType dstType, ApplyPremul premul>
16 void ramp(const Sk4f& c, const Sk4f& dc, typename DstTraits<dstType, premul>::Type dst[], int n) {
28 DstTraits<dstType, premul>::store4x(c0, c1, c2, c3, dst);
38 DstTraits<dstType, premul>::store(c0, dst++);
39 DstTraits<dstType, premul>::store(c1, dst++);
43 DstTraits<dstType, premul>::store(c0, dst);
217 template<DstType dstType, ApplyPremul premul>
220 typename DstTraits<dstType, premul>::Type dst[],
226 this->shadeSpanInternal<dstType,
231 this->shadeSpanInternal<dstType,
[all...]
H A DSk4fGradientBase.cpp328 template<DstType dstType, ApplyPremul premul>
331 typename DstTraits<dstType, premul>::Type dst[],
338 this->shadeSpanInternal<dstType,
343 this->shadeSpanInternal<dstType,
348 this->shadeSpanInternal<dstType,
355 template<DstType dstType, ApplyPremul premul, SkShader::TileMode tileMode>
358 typename DstTraits<dstType, premul>::Type dst[],
362 TSampler<dstType, premul, tileMode> sampler(*this);
370 DstTraits<dstType, premul>::store(c, dst++);
377 template<DstType dstType, ApplyPremu
[all...]
/external/mesa3d/src/mesa/main/
H A Dpack.h55 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...]
H A Dpack.c521 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);
520 _pack_rgba_span_from_uints_problem(struct gl_context *ctx, GLenum dstFormat, GLenum dstType) argument
531 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
906 _pack_rgba_span_from_ints_problem(struct gl_context *ctx, GLenum dstFormat, GLenum dstType) argument
917 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr) argument
1258 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n, GLfloat rgba[][4], GLenum dstFormat, GLenum dstType, GLvoid *dstAddr, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps) argument
4921 _mesa_unpack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
5005 _mesa_pack_index_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLuint *source, const struct gl_pixelstore_attrib *dstPacking, GLbitfield transferOps ) argument
5140 _mesa_unpack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
5252 _mesa_pack_stencil_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, const GLubyte *source, const struct gl_pixelstore_attrib *dstPacking ) argument
5423 _mesa_unpack_depth_span( struct gl_context *ctx, GLuint n, GLenum dstType, GLvoid *dest, GLuint depthMax, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking ) argument
5655 _mesa_pack_depth_span( struct gl_context *ctx, GLuint n, GLvoid *dest, GLenum dstType, const GLfloat *depthSpan, const struct gl_pixelstore_attrib *dstPacking ) argument
5775 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n, GLenum dstType, GLuint *dest, const GLfloat *depthVals, const GLubyte *stencilVals, const struct gl_pixelstore_attrib *dstPacking) argument
[all...]
H A Dimage.c461 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);
460 _mesa_convert_colors(GLenum srcType, const GLvoid *src, GLenum dstType, GLvoid *dst, GLuint count, const GLubyte mask[]) argument
H A Dimage.h99 GLenum dstType, GLvoid *dst,
H A Dfbobject.c2703 GLenum dstType = _mesa_get_format_datatype(dstFormat); local
2713 if (dstType != GL_INT && dstType != GL_UNSIGNED_INT) {
2714 assert(dstType == GL_UNSIGNED_NORMALIZED ||
2715 dstType == GL_SIGNED_NORMALIZED ||
2716 dstType == GL_FLOAT);
2718 dstType = GL_FLOAT;
2721 return srcType == dstType;
H A Dtexstore.c1014 GLenum dstType; local
1021 dstType = GL_UNSIGNED_INT;
1023 dstType = GL_FLOAT;
1030 srcType == dstType) {
1047 dstType, dstRow,
3859 * dstType = GL_FLOAT_32_UNSIGNED_INT_24_8_REV
/external/skia/include/core/
H A DSkShader.h119 DstType dstType, SkColorSpace* dstColorSpace)
123 , fPreferredDstType(dstType)
118 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, DstType dstType, SkColorSpace* dstColorSpace) argument
/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h718 * @param dstType the name type used for daylight time
724 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp1025 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type);
1028 (dstType == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || dstType == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)) ||
1029 ((srcType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER)) ||
1030 ((srcType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) != (dstType == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER)))
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.h162 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
H A DSkSLSPIRVCodeGenerator.cpp1530 const Type& dstType, SkWStream& out) {
1529 writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType, SkWStream& out) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c1416 GLenum dstType = GL_FLOAT; local
1470 if (dstType == GL_UNSIGNED_BYTE) {
1474 else if (dstType == GL_FLOAT) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java1705 * @param dstType the name type used for daylight time
1710 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { argument
1712 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1716 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java1775 * @param dstType the name type used for daylight time
1780 private String formatSpecific(TimeZone tz, NameType stdType, NameType dstType, long date, Output<TimeType> timeType) { argument
1782 assert(dstType == NameType.LONG_DAYLIGHT || dstType == NameType.SHORT_DAYLIGHT);
1786 getTimeZoneNames().getDisplayName(ZoneMeta.getCanonicalCLDRID(tz), dstType, date) :
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp634 bool isConversionOk (VariableType::Type srcType, VariableType::Type dstType, ConstValueRangeAccess valueRange) argument
643 return convTable[getBaseTypeConvNdx(srcType)][getBaseTypeConvNdx(dstType)](valueRange);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp1348 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
1365 fTimeZoneNames->getDisplayName(UnicodeString(TRUE, canonicalID, -1), dstType, date, name);

Completed in 638 milliseconds