OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_image_data_interface
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c
27
const PPB_ImageData*
g_image_data_interface
;
variable
70
image =
g_image_data_interface
->Create(
74
g_image_data_interface
->Describe(image, &image_desc);
77
image_data = (uint32_t*)
g_image_data_interface
->Map(image);
191
g_image_data_interface
= (const PPB_ImageData*)
197
if (!g_core_interface || !g_instance_interface || !
g_image_data_interface
||
Completed in 46 milliseconds