Searched defs:dstType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
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 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 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/mesa3d/src/mesa/main/
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 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 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/chromium_org/third_party/mesa/src/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/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/deqp/framework/randomshaders/
H A DrsgExpression.cpp633 bool isConversionOk (VariableType::Type srcType, VariableType::Type dstType, ConstValueRangeAccess valueRange) argument
642 return convTable[getBaseTypeConvNdx(srcType)][getBaseTypeConvNdx(dstType)](valueRange);

Completed in 4246 milliseconds