Home
last modified time | relevance | path

Searched refs:createNativePixmap (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/tests/
DX11TestingSupport.h18 void* createNativePixmap(int width, int height, int bytesPerPixel);
DX11TestingSupport.cpp41 void* createNativePixmap(int width, int height, int bytesPerPixel) { in createNativePixmap() function
DFrameBuffer_unittest.cpp897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F()
931 void* pixmap = createNativePixmap(mWidth, mHeight, 4); in TEST_F()