Searched refs:bindTexImage (Results 1 - 17 of 17) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DContext.hpp35 virtual void bindTexImage(gl::Surface *surface) = 0;
H A DlibEGL.cpp604 context->bindTexImage(eglSurface);
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl7 eglBindTexImageFunc bindTexImage;
H A DeglwInitCore.inl7 dst->bindTexImage = (eglBindTexImageFunc) loader->get("eglBindTexImage");
H A DeglwFuncPtrLibraryDecl.inl7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const;
H A DeglwFuncPtrLibraryImpl.inl12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const
14 return m_egl.bindTexImage(dpy, surface, buffer);
H A DeglwLibrary.inl7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const = 0;
H A DeglwImpl.inl20 return egl->bindTexImage(dpy, surface, buffer);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DTexture.h150 void bindTexImage(gl::Surface *surface);
H A DContext.h511 void bindTexImage(gl::Surface *surface) override;
H A DTexture.cpp440 void Texture2D::bindTexImage(gl::Surface *surface) function in class:es1::Texture2D
H A DContext.cpp3120 void Context::bindTexImage(gl::Surface *surface) function in class:es1::Context
3126 textureObject->bindTexImage(surface);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.h173 void bindTexImage(gl::Surface *surface);
H A DContext.h694 void bindTexImage(gl::Surface *surface) override;
H A DTexture.cpp548 void Texture2D::bindTexImage(gl::Surface *surface) function in class:es2::Texture2D
H A DContext.cpp4294 void Context::bindTexImage(gl::Surface *surface) function in class:es2::Context
4301 textureObject->bindTexImage(surface);
/external/deqp/framework/egl/
H A DegluCallLogWrapper.inl21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);

Completed in 253 milliseconds