Home
last modified time | relevance | path

Searched refs:rawContext (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_icu_charset_NativeConverter.cpp367 static void CHARSET_ENCODER_CALLBACK(const void* rawContext, UConverterFromUnicodeArgs* args, in CHARSET_ENCODER_CALLBACK() argument
370 if (!rawContext) { in CHARSET_ENCODER_CALLBACK()
373 const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in CHARSET_ENCODER_CALLBACK()
391 static void encoderReplaceCallback(const void* rawContext, in encoderReplaceCallback() argument
394 if (rawContext == NULL) { in encoderReplaceCallback()
397 …onst EncoderCallbackContext* context = reinterpret_cast<const EncoderCallbackContext*>(rawContext); in encoderReplaceCallback()
461 static void decoderReplaceCallback(const void* rawContext, in decoderReplaceCallback() argument
464 if (!rawContext) { in decoderReplaceCallback()
467 …onst DecoderCallbackContext* context = reinterpret_cast<const DecoderCallbackContext*>(rawContext); in decoderReplaceCallback()
481 static void CHARSET_DECODER_CALLBACK(const void* rawContext, UConverterToUnicodeArgs* args, in CHARSET_DECODER_CALLBACK() argument
[all …]
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm76 RawContext* rawContext = new RawContext(config.type);
81 return new glu::FboRenderContext(rawContext, config);
89 delete rawContext;
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp428 MlirContext rawContext = mlirPythonCapsuleToContext(capsule.ptr()); in createFromCapsule() local
429 if (mlirContextIsNull(rawContext)) in createFromCapsule()
431 return forContext(rawContext).releaseObject(); in createFromCapsule()