HomeSort by relevance Sort by last modified time
    Searched refs:createPbufferSurface (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 53 EGLSurface createPbufferSurface(const IntSize&, const EGLConfig&, EGLint* errorCode = 0);
EGLDisplayOpenVG.cpp 224 EGLSurface surface = createPbufferSurface(IntSize(1, 1), config);
239 EGLSurface EGLDisplayOpenVG::createPbufferSurface(const IntSize& size, const EGLConfig& config, EGLint* errorCode)
SurfaceOpenVG.cpp 58 m_eglSurface = displayManager->createPbufferSurface(size, config, errorCode);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 54 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EglPbufferSurface* pb);
EglMacApi.cpp 142 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
EglX11Api.cpp 226 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
EglWindowsApi.cpp 471 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPbufferSurface* pbSurface) {
EglImp.cpp 536 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 288 static EGLSurface createPbufferSurface(EGLDisplay display, const EGLConfig& config,
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]

Completed in 368 milliseconds