OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClientBuffer
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/egl/
teglImageUtil.hpp
63
class
ClientBuffer
66
virtual ~
ClientBuffer
(void) {}
75
virtual de::MovePtr<
ClientBuffer
> createBuffer (const glw::Functions& gl, tcu::Texture2D* reference = DE_NULL) const = 0;
76
virtual eglw::EGLImageKHR createImage (const eglw::Library& egl, eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLClientBuffer
clientBuffer
) const = 0;
teglAndroidUtil.cpp
79
class AndroidNativeClientBuffer : public
ClientBuffer
106
MovePtr<
ClientBuffer
> createBuffer (const glw::Functions&, Texture2D*) const;
108
EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer
clientBuffer
) const;
139
MovePtr<
ClientBuffer
> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref) const
160
return MovePtr<
ClientBuffer
>(buffer);
163
EGLImageKHR AndroidNativeImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext, EGLClientBuffer
clientBuffer
) const
166
const EGLImageKHR image = egl.createImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID,
clientBuffer
, attribs);
teglImageUtil.cpp
135
class GLClientBuffer : public
ClientBuffer
156
EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer
clientBuffer
) const;
163
EGLImageKHR GLImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer
clientBuffer
) const
172
clientBuffer
, &attribs.front());
182
MovePtr<
ClientBuffer
> createBuffer (const glw::Functions& gl, Texture2D* reference) const;
232
MovePtr<
ClientBuffer
> TextureImageSource::createBuffer (const glw::Functions& gl, Texture2D* ref) const
234
MovePtr<TextureClientBuffer>
clientBuffer
(new TextureClientBuffer(gl));
235
const GLuint texture =
clientBuffer
->getName();
266
return MovePtr<
ClientBuffer
>(
clientBuffer
);
[
all
...]
teglImageFormatTests.cpp
275
MovePtr<UniqueImage> createImage (const ImageSource& source, const
ClientBuffer
& buffer) const;
318
de::UniquePtr<
ClientBuffer
> buffer (m_imgSource->createBuffer(api.m_gl, &ref));
323
MovePtr<UniqueImage> GLES2ImageApi::createImage (const ImageSource& source, const
ClientBuffer
& buffer) const
[
all
...]
teglImageTests.cpp
376
UniquePtr<
ClientBuffer
>
clientBuffer
(m_source->createBuffer(context.gl()));
377
const EGLImageKHR image = m_source->createImage(egl, dpy, eglContext,
clientBuffer
->get());
/external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h
675
GLuint CreateImageCHROMIUM(
ClientBuffer
buffer,
[
all
...]
mojo_gles2_impl_autogen.cc
[
all
...]
Completed in 132 milliseconds