/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.cpp | 90 gl::DrawElementsType srcType, in StreamInIndexBuffer() 136 gl::DrawElementsType srcType, in prepareIndexData() 236 gl::DrawElementsType srcType, in streamIndexData()
|
/aosp_15_r20/art/runtime/ |
H A D | reflection-inl.h | 33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow() 98 Primitive::Type srcType, in ConvertPrimitiveValue()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | pack.c | 258 GLenum srcFormat, GLenum srcType, const GLvoid *src, in extract_uint_indexes() 487 GLenum srcType, const GLvoid *source, in _mesa_unpack_stencil_span() 772 GLenum srcType, const GLvoid *source, in _mesa_unpack_depth_span() 1552 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_float() 1607 const void *src, GLenum srcFormat, GLenum srcType, in _mesa_unpack_color_index_to_rgba_ubyte()
|
H A D | texstore.c | 105 GLenum srcFormat, GLenum srcType, in _mesa_memcpy_texture() 864 GLenum srcFormat, GLenum srcType, in _mesa_texstore_can_use_memcpy()
|
H A D | blit.c | 114 GLenum srcType = _mesa_get_format_datatype(srcFormat); in compatible_color_datatypes() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/seq/ |
H A D | ReadValuesTest.java | 55 Source srcType) throws IOException in _iterator() 83 private void _testRootBeans(Source srcType) throws Exception in _testRootBeans()
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | ExpressionTranslator.java | 356 private JavaExpression infix(Type destType, Type srcType, String infix, PExpression leftNode, in infix() 363 private JavaExpression prefix(Type destType, Type srcType, String prefix, PExpression node) { in prefix()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_explicit_s2v.cpp | 110 …ExplicitType srcType, unsigned int count, ExplicitType destType, unsigned int vecSize, void *input… in test_explicit_s2v_function() 205 …nction_set(cl_device_id deviceID, cl_context context, cl_command_queue queue, ExplicitType srcType, in test_explicit_s2v_function_set()
|
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ |
H A D | CodeGen.java | 946 private boolean invalidDim(int srcType, int srcDim, String srcClass, in invalidDim() 1427 int srcType = exprType; in atCastExpr() local 1454 int srcType = exprType; in checkCastExpr() local 1473 void atNumCastExpr(int srcType, int destType) in atNumCastExpr()
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | copy_utils.h | 12 PyTypeObject* srcType; // Python type of src tensor/storage member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_render_utils.h | 133 gl::DrawElementsType srcType; member 145 gl::DrawElementsType srcType; member
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | JsonLocation.java | 178 Class<?> srcType = (srcRef instanceof Class<?>) ? in _appendSourceDesc() local
|
/aosp_15_r20/external/gson/extras/src/main/java/com/google/gson/typeadapters/ |
H A D | RuntimeTypeAdapterFactory.java | 263 Class<?> srcType = value.getClass(); in create() local
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 2496 auto &srcType = shader.getObjectType(insn.word(3)); in EmitVectorExtractDynamic() local 2571 auto &srcType = shader.getObjectType(insn.word(3)); in EmitAny() local 2589 auto &srcType = shader.getObjectType(insn.word(3)); in EmitAll() local
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | RuntimeTypeAdapterFactoryFunctionalTest.java | 182 Class<?> srcType = value.getClass(); in create() local
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | TypeFactory.java | 1321 protected JavaType _fromAny(ClassStack context, Type srcType, TypeBindings bindings) in _fromAny() 1355 protected JavaType _applyModifiers(Type srcType, JavaType resolvedType) in _applyModifiers()
|
/aosp_15_r20/external/skia/gm/ |
H A D | xfermodes.cpp | 135 void draw_mode(SkCanvas* canvas, SkBlendMode mode, SrcType srcType, SkScalar x, SkScalar y) { in draw_mode()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 79 GLenum srcType = _mesa_get_format_datatype(rb->Format); in needs_integer_signed_unsigned_conversion() local
|
/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_System.cc | 145 std::string srcType(srcArray->PrettyTypeOf()); in System_arraycopy() local
|
/aosp_15_r20/art/test/064-field-access/src/ |
H A D | Main.java | 514 private static boolean compatibleTypes(char srcType, char dstType) { in compatibleTypes()
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | Constant.cpp | 498 ConvType srcType = CONV_UINT, dstType = CONV_UINT; in fold() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_mov_inst.h | 587 const char *dstType, *srcType; in emit() local
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | Frame.java | 1285 int srcType = sourceType; in merge() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_codegen.cpp | 1140 llvm::Type* srcType = dtypeToLLVM(v->src_value()->dtype()); in visit() local 1270 llvm::Type* srcType = dtypeToLLVM(v->src_value()->dtype()); in visit() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | VkHardwareBufferTest.cpp | 1108 SrcType srcType, DstType dstType, bool shareSyncs) { in run_test()
|