Searched refs:rawContext (Results 1 – 3 of 3) sorted by relevance
367 static void CHARSET_ENCODER_CALLBACK(const void* rawContext, UConverterFromUnicodeArgs* args, in CHARSET_ENCODER_CALLBACK() argument370 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() argument394 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() argument464 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 …]
76 RawContext* rawContext = new RawContext(config.type);81 return new glu::FboRenderContext(rawContext, config);89 delete rawContext;
428 MlirContext rawContext = mlirPythonCapsuleToContext(capsule.ptr()); in createFromCapsule() local429 if (mlirContextIsNull(rawContext)) in createFromCapsule()431 return forContext(rawContext).releaseObject(); in createFromCapsule()