OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createGraphicBuffer
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/gui/
GraphicBufferAlloc.cpp
34
sp<GraphicBuffer> GraphicBufferAlloc::
createGraphicBuffer
(uint32_t width,
44
ALOGE("GraphicBufferAlloc::
createGraphicBuffer
(w=%d, h=%d) "
IGraphicBufferAlloc.cpp
47
virtual sp<GraphicBuffer>
createGraphicBuffer
(uint32_t width,
106
createGraphicBuffer
(width, height, format, usage, &error);
/external/deqp/framework/platform/android/
tcuAndroidInternals.cpp
167
static android::GraphicBuffer*
createGraphicBuffer
(const GraphicBufferFunctions& functions, NativeBaseFunctions& baseFunctions, deUint32 w, deUint32 h, PixelFormat format, deUint32 usage)
239
// \note
createGraphicBuffer
updates m_baseFunctions
240
m_impl =
createGraphicBuffer
(m_functions, m_baseFunctions, width, height, format, usage);
/frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp
64
virtual sp<GraphicBuffer>
createGraphicBuffer
(uint32_t w, uint32_t h,
67
sp<GraphicBuffer> buffer = mAllocator->
createGraphicBuffer
(w, h, format,
Completed in 629 milliseconds