Searched defs:bufferType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DSurfaceOpenVG.cpp67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display, EGLConfig* confPtr, EGLint* errorCode) argument
77 m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode);
H A DEGLDisplayOpenVG.cpp267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode)
270 bufferType, clientBuffer, config, 0 /* attribList */);
266 createPbufferFromClientBuffer( EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode) argument
/external/skia/gpu/src/
H A DGrBufferAllocPool.cpp32 BufferType bufferType,
43 fBufferType = bufferType;
31 GrBufferAllocPool(GrGpu* gpu, BufferType bufferType, bool frequentResetHint, size_t blockSize, int preallocBufferCnt) argument

Completed in 74 milliseconds