/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texstore.c | 323 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_float_image() argument 331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_float_image() 367 srcFormat, srcType, in _mesa_make_temp_float_image() 371 dst, srcFormat, srcType, src, in _mesa_make_temp_float_image() 435 GLenum srcFormat, GLenum srcType, in make_temp_uint_image() argument 442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in make_temp_uint_image() 476 srcFormat, srcType, in make_temp_uint_image() 480 dst, srcFormat, srcType, src, in make_temp_uint_image() 564 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_ubyte_image() argument 603 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_ubyte_image() [all …]
|
D | pack.c | 2774 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() argument 2779 ASSERT(srcType == GL_BITMAP || in extract_uint_indexes() 2780 srcType == GL_UNSIGNED_BYTE || in extract_uint_indexes() 2781 srcType == GL_BYTE || in extract_uint_indexes() 2782 srcType == GL_UNSIGNED_SHORT || in extract_uint_indexes() 2783 srcType == GL_SHORT || in extract_uint_indexes() 2784 srcType == GL_UNSIGNED_INT || in extract_uint_indexes() 2785 srcType == GL_INT || in extract_uint_indexes() 2786 srcType == GL_UNSIGNED_INT_24_8_EXT || in extract_uint_indexes() 2787 srcType == GL_HALF_FLOAT_ARB || in extract_uint_indexes() [all …]
|
D | pack.h | 63 GLenum srcFormat, GLenum srcType, 72 GLenum srcFormat, GLenum srcType, 80 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType, 95 GLenum srcType, const GLvoid *source, 110 GLenum srcType, const GLvoid *source, 123 GLenum srcType, const GLvoid *source,
|
D | texcompress_s3tc.c | 174 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_dxt1() 183 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1() 192 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_dxt1() 227 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt1() 236 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1() 245 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt1() 280 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt3() 289 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3() 297 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt3() 332 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt5() [all …]
|
D | texstore.h | 64 GLenum srcFormat, GLenum srcType, \ 78 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
D | texcompress_rgtc.c | 109 srcFormat, srcType, srcAddr, in _mesa_texstore_red_rgtc1() 156 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_red_rgtc1() 204 srcFormat, srcType, srcAddr, in _mesa_texstore_rg_rgtc2() 258 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_rg_rgtc2()
|
D | texcompress_fxt1.c | 72 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_fxt1() 81 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_fxt1() 91 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_fxt1() 94 srcType) / sizeof(GLubyte); in _mesa_texstore_rgb_fxt1() 123 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_fxt1() 131 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_fxt1() 141 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_fxt1() 144 srcType) / sizeof(GLubyte); in _mesa_texstore_rgba_fxt1()
|
D | image.h | 98 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 323 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_float_image() argument 331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_float_image() 367 srcFormat, srcType, in _mesa_make_temp_float_image() 371 dst, srcFormat, srcType, src, in _mesa_make_temp_float_image() 435 GLenum srcFormat, GLenum srcType, in make_temp_uint_image() argument 442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in make_temp_uint_image() 476 srcFormat, srcType, in make_temp_uint_image() 480 dst, srcFormat, srcType, src, in make_temp_uint_image() 564 GLenum srcFormat, GLenum srcType, in _mesa_make_temp_ubyte_image() argument 603 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); in _mesa_make_temp_ubyte_image() [all …]
|
D | pack.c | 2774 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() argument 2779 ASSERT(srcType == GL_BITMAP || in extract_uint_indexes() 2780 srcType == GL_UNSIGNED_BYTE || in extract_uint_indexes() 2781 srcType == GL_BYTE || in extract_uint_indexes() 2782 srcType == GL_UNSIGNED_SHORT || in extract_uint_indexes() 2783 srcType == GL_SHORT || in extract_uint_indexes() 2784 srcType == GL_UNSIGNED_INT || in extract_uint_indexes() 2785 srcType == GL_INT || in extract_uint_indexes() 2786 srcType == GL_UNSIGNED_INT_24_8_EXT || in extract_uint_indexes() 2787 srcType == GL_HALF_FLOAT_ARB || in extract_uint_indexes() [all …]
|
D | pack.h | 63 GLenum srcFormat, GLenum srcType, 72 GLenum srcFormat, GLenum srcType, 80 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType, 95 GLenum srcType, const GLvoid *source, 110 GLenum srcType, const GLvoid *source, 123 GLenum srcType, const GLvoid *source,
|
D | texcompress_s3tc.c | 174 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_dxt1() 183 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_dxt1() 192 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_dxt1() 227 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt1() 236 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt1() 245 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt1() 280 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt3() 289 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_dxt3() 297 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_dxt3() 332 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_dxt5() [all …]
|
D | texstore.h | 64 GLenum srcFormat, GLenum srcType, \ 78 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
D | texcompress_rgtc.c | 109 srcFormat, srcType, srcAddr, in _mesa_texstore_red_rgtc1() 156 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_red_rgtc1() 204 srcFormat, srcType, srcAddr, in _mesa_texstore_rg_rgtc2() 258 srcFormat, srcType, srcAddr, in _mesa_texstore_signed_rg_rgtc2()
|
D | texcompress_fxt1.c | 72 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgb_fxt1() 81 srcFormat, srcType, srcAddr, in _mesa_texstore_rgb_fxt1() 91 srcFormat, srcType, 0, 0); in _mesa_texstore_rgb_fxt1() 94 srcType) / sizeof(GLubyte); in _mesa_texstore_rgb_fxt1() 123 srcType != GL_UNSIGNED_BYTE || in _mesa_texstore_rgba_fxt1() 131 srcFormat, srcType, srcAddr, in _mesa_texstore_rgba_fxt1() 141 srcFormat, srcType, 0, 0); in _mesa_texstore_rgba_fxt1() 144 srcType) / sizeof(GLubyte); in _mesa_texstore_rgba_fxt1()
|
D | image.h | 98 _mesa_convert_colors(GLenum srcType, const GLvoid *src,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_texture.c | 286 GLenum srcType, GLboolean fbo) in radeonChoose8888TexFormat() argument 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || in radeonChoose8888TexFormat() 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { in radeonChoose8888TexFormat() 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || in radeonChoose8888TexFormat() 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || in radeonChoose8888TexFormat() 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || in radeonChoose8888TexFormat() 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) { in radeonChoose8888TexFormat()
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() argument 358 JavaExpression left = cast(srcType, leftNode); in infix() 359 JavaExpression right = cast(srcType, rightNode); in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix() argument 364 return JavaExpression.prefix(destType, prefix, cast(srcType, node)); in prefix()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 897 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() argument 902 if (srcType == NULL) in invalidDim() 907 else if (isCast && srcDim == 0 && srcType == CLASS in invalidDim() 1364 int srcType = exprType; in atCastExpr() local 1369 atNumCastExpr(srcType, exprType); // built-in type in atCastExpr() 1390 int srcType = exprType; in checkCastExpr() local 1391 if (invalidDim(srcType, arrayDim, className, type, dim, name, true) in checkCastExpr() 1392 || srcType == VOID || type == VOID) in checkCastExpr() 1396 if (!isRefType(srcType)) in checkCastExpr() 1408 void atNumCastExpr(int srcType, int destType) in atNumCastExpr() argument [all …]
|
/external/chromium_org/third_party/skia/gm/ |
D | xfermodes.cpp | 80 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType, in draw_mode() argument 89 switch (srcType) { in draw_mode()
|
/external/skia/gm/ |
D | xfermodes.cpp | 80 void draw_mode(SkCanvas* canvas, SkXfermode* mode, SrcType srcType, in draw_mode() argument 89 switch (srcType) { in draw_mode()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | vdbemem.c | 621 void sqlite3VdbeMemShallowCopy(Mem *pTo, const Mem *pFrom, int srcType){ in sqlite3VdbeMemShallowCopy() argument 628 assert( srcType==MEM_Ephem || srcType==MEM_Static ); in sqlite3VdbeMemShallowCopy() 629 pTo->flags |= srcType; in sqlite3VdbeMemShallowCopy()
|