Home
last modified time | relevance | path

Searched refs:bufferType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DSurfaceOpenVG.cpp67 SurfaceOpenVG::SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType, const EGLDisplay& display,… in SurfaceOpenVG() argument
77 …m_eglSurface = displayManager->createPbufferFromClientBuffer(buffer, bufferType, config, errorCode… in SurfaceOpenVG()
DSurfaceOpenVG.h88 SurfaceOpenVG(EGLClientBuffer buffer, EGLenum bufferType,
DEGLDisplayOpenVG.h54 …EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EG…
DEGLDisplayOpenVG.cpp267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode) in createPbufferFromClientBuffer() argument
270 bufferType, clientBuffer, config, 0 /* attribList */); in createPbufferFromClientBuffer()
/external/skia/src/gpu/
DGrBufferAllocPool.h96 BufferType bufferType,
DGrBufferAllocPool.cpp26 BufferType bufferType, in GrBufferAllocPool() argument
37 fBufferType = bufferType; in GrBufferAllocPool()