OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawContext
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/platform/ios/
tcuIOSPlatform.mm
76
RawContext
*
rawContext
= new
RawContext
(config.type);
81
return new glu::FboRenderContext(
rawContext
, config);
89
delete
rawContext
;
105
//
RawContext
117
RawContext
::
RawContext
(glu::ContextType type)
150
RawContext
::~
RawContext
(void
[
all
...]
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
344
static void CHARSET_ENCODER_CALLBACK(const void*
rawContext
, UConverterFromUnicodeArgs* args,
347
if (!
rawContext
) {
350
const EncoderCallbackContext* ctx = reinterpret_cast<const EncoderCallbackContext*>(
rawContext
);
368
static void encoderReplaceCallback(const void*
rawContext
,
371
if (
rawContext
== NULL) {
374
const EncoderCallbackContext* context = reinterpret_cast<const EncoderCallbackContext*>(
rawContext
);
428
static void decoderReplaceCallback(const void*
rawContext
,
431
if (!
rawContext
) {
434
const DecoderCallbackContext* context = reinterpret_cast<const DecoderCallbackContext*>(
rawContext
);
448
static void CHARSET_DECODER_CALLBACK(const void*
rawContext
, UConverterToUnicodeArgs* args
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h
178
UINT64
rawContext
;
Completed in 237 milliseconds