HomeSort by relevance Sort by last modified time
    Searched refs:createPbufferSurface (Results 1 - 11 of 11) 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);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglOsApi.h 53 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EglPbufferSurface* pb);
EglMacApi.cpp 138 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
EglX11Api.cpp 222 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface* srfc){
EglWindowsApi.cpp 467 EGLNativeSurfaceType createPbufferSurface(EGLNativeInternalDisplayType display,EglConfig* cfg,EglPbufferSurface* pbSurface) {
EglImp.cpp 544 EGLNativeSurfaceType pb = EglOS::createPbufferSurface(dpy->nativeType(),cfg,tmpPbSurfacePtr);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLUtils.cpp 245 static EGLSurface createPbufferSurface(EGLDisplay display, const EGLConfig& config,
286 EGLSurface surface = createPbufferSurface(display, config, 0);
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /external/mesa3d/test/
egl.cpp     [all...]

Completed in 173 milliseconds