Searched refs:createNativePixmap (Results 1 – 3 of 3) sorted by relevance
18 void* createNativePixmap(int width, int height, int bytesPerPixel);
41 void* createNativePixmap(int width, int height, int bytesPerPixel) { in createNativePixmap() function
897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F()931 void* pixmap = createNativePixmap(mWidth, mHeight, 4); in TEST_F()