Searched refs:srcType (Results 1 - 25 of 42) sorted by relevance

12

/external/mesa3d/src/mesa/main/
H A Dtexstore.c104 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, sr
98 _mesa_memcpy_texture(struct gl_context *ctx, GLuint dimensions, mesa_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
853 _mesa_texstore_can_use_memcpy(struct gl_context *ctx, GLenum baseInternalFormat, mesa_format dstFormat, GLenum srcFormat, GLenum srcType, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dpack.h52 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,
H A Dpack.c256 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
255 extract_uint_indexes(GLuint n, GLuint indexes[], GLenum srcFormat, GLenum srcType, const GLvoid *src, const struct gl_pixelstore_attrib *unpack ) argument
499 _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
784 _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
1566 _mesa_unpack_color_index_to_rgba_float(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
1621 _mesa_unpack_color_index_to_rgba_ubyte(struct gl_context *ctx, GLuint dims, const void *src, GLenum srcFormat, GLenum srcType, int srcWidth, int srcHeight, int srcDepth, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
[all...]
H A Dtexcompress_s3tc.c133 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 !
[all...]
H A Dtexstore.h53 * \param srcType incoming image data type
64 GLenum srcFormat, GLenum srcType, \
84 GLenum srcFormat, GLenum srcType,
91 GLenum srcFormat, GLenum srcType,
H A Dblit.c103 GLenum srcType = _mesa_get_format_datatype(srcFormat); local
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;
H A Dtexcompress_rgtc.c101 srcFormat, srcType, srcAddr,
154 srcFormat, srcType, srcAddr,
215 srcFormat, srcType, srcAddr,
280 srcFormat, srcType, srcAddr,
H A Dtexcompress_bptc.c1283 srcType != GL_UNSIGNED_BYTE ||
1299 srcFormat, srcType, srcAddr,
1306 srcFormat, srcType, 0, 0);
1308 srcFormat, srcType);
1595 srcType != GL_FLOAT ||
1610 srcFormat, srcType, srcAddr,
1617 srcFormat, srcType, 0, 0);
1619 srcFormat, srcType);
1640 srcFormat, srcType,
1653 srcFormat, srcType,
[all...]
H A Dimage.h101 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
H A Dtexcompress_fxt1.c66 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);
H A Dimage.c474 _mesa_convert_colors(GLenum srcType, const GLvoid *src, argument
485 assert(srcType != dstType);
487 switch (srcType) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c218 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
216 radeonChoose8888TexFormat(radeonContextPtr rmesa, GLenum srcFormat, GLenum srcType, GLboolean fbo) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c218 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
216 radeonChoose8888TexFormat(radeonContextPtr rmesa, GLenum srcFormat, GLenum srcType, GLboolean fbo) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DExpressionTranslator.java356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, argument
358 JavaExpression left = cast(srcType, leftNode);
359 JavaExpression right = cast(srcType, rightNode);
363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { argument
364 return JavaExpression.prefix(destType, prefix, cast(srcType, node));
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java897 private boolean invalidDim(int srcType, int srcDim, String srcClass, argument
902 if (srcType == NULL)
907 else if (isCast && srcDim == 0 && srcType == CLASS
1364 int srcType = exprType;
1369 atNumCastExpr(srcType, exprType); // built-in type
1390 int srcType = exprType;
1391 if (invalidDim(srcType, arrayDim, className, type, dim, name, true)
1392 || srcType == VOID || type == VOID)
1396 if (!isRefType(srcType))
1408 void atNumCastExpr(int srcType, in argument
[all...]
/external/skia/gm/
H A Dxfermodes.cpp116 /* 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) { argument
128 switch (srcType) {
/external/skqp/gm/
H A Dxfermodes.cpp116 /* 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) { argument
128 switch (srcType) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c78 GLenum srcType = _mesa_get_format_datatype(rb->Format); local
80 if ((srcType == GL_INT &&
84 (srcType == GL_UNSIGNED_INT &&
/external/skqp/tests/
H A DVkHardwareBufferTest.cpp1302 SrcType srcType, DstType dstType, bool shareSyncs) {
1303 if (SrcType::kCPU == srcType && shareSyncs) {
1310 if (SrcType::kVulkan == srcType) {
1312 } else if (SrcType::kEGL == srcType) {
1353 if (SrcType::kCPU == srcType) {
1375 if (SrcType::kCPU == srcType) {
1301 run_test(skiatest::Reporter* reporter, const GrContextOptions& options, SrcType srcType, DstType dstType, bool shareSyncs) argument
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py350 srcType, preSrc, dummyReloc, relocsPerDummy = dummyReloc
354 if srcType == "asm":
356 elif srcType == "ir":
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp1022 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type);
1027 if (((srcType == tcu::TEXTURECHANNELCLASS_FLOATING_POINT || srcType == 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/mesa3d/src/mesa/swrast/
H A Ds_span.c936 convert_color_type(SWspan *span, GLenum srcType, GLenum newType, GLuint output) argument
940 if (output > 0 || srcType == GL_FLOAT) {
944 else if (srcType == GL_UNSIGNED_BYTE) {
948 assert(srcType == GL_UNSIGNED_SHORT);
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.h191 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
H A DSkSLSPIRVCodeGenerator.cpp1117 void SPIRVCodeGenerator::writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, argument
1119 ASSERT(srcType.kind() == Type::kMatrix_Kind);
1121 ASSERT(srcType.componentType() == dstType.componentType());
1122 SpvId srcColumnType = this->getType(srcType.componentType().toCompound(fContext,
1123 srcType.rows(),
1141 if (i < srcType.columns()) {
1146 if (srcType.rows() == dstType.rows()) {
1150 else if (dstType.rows() > srcType.rows()) {
1153 int delta = dstType.rows() - srcType.rows();
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.h191 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,

Completed in 888 milliseconds

12