Lines Matching refs:mGfxHandle
262 mGfxHandle = NULL;
272 if (mGfxHandle)
273 gfx_free(mGfxHandle);
311 if (gfx_alloc(width, height, HAL_PIXEL_FORMAT_NV12, usage, &mGfxHandle, &stride) != 0)
315 mGfxHandle, width, height, stride);
343 if (mGfxHandle != NULL) {
345 ret = MappingGfxHandle((intptr_t)mGfxHandle);
563 if (mGfxHandle)
564 handle = (intptr_t) mGfxHandle;
656 if (mGfxHandle == NULL) {
662 if (gfx_Blit((buffer_handle_t)mValue, mGfxHandle,
669 DumpGfx((intptr_t)mGfxHandle, "/data/dump.yuv");