Searched refs:buftype (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Datm_nicstar.h41 int buftype; member in struct:pool_levels
/external/deqp/framework/egl/wrapper/
H A DeglwFuncPtrLibraryDecl.inl15 EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const;
H A DeglwFuncPtrLibraryImpl.inl52 EGLSurface FuncPtrLibrary::createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const
54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
H A DeglwApi.inl72 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
H A DeglwFunctionTypes.inl15 typedef EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
H A DeglwLibrary.inl15 virtual EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0;
/external/opencv3/modules/core/src/
H A Dprecomp.hpp242 void convertAndUnrollScalar( const Mat& sc, int buftype, uchar* scbuf, size_t blocksize );
H A Darithm.cpp1408 void convertAndUnrollScalar( const Mat& sc, int buftype, uchar* scbuf, size_t blocksize ) argument
1410 int scn = (int)sc.total(), cn = CV_MAT_CN(buftype);
1411 size_t esz = CV_ELEM_SIZE(buftype);
1412 getConvertFunc(sc.depth(), buftype)(sc.ptr(), 1, 0, 1, scbuf, 1, Size(std::min(cn, scn), 1), 0);
1417 size_t esz1 = CV_ELEM_SIZE1(buftype);
/external/deqp/framework/egl/
H A DegluCallLogWrapperApi.inl15 eglw::EGLSurface eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
H A DegluCallLogWrapper.inl102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list)
105 m_log << TestLog::Message << "eglCreatePbufferFromClientBuffer(" << dpy << ", " << toHex(buftype) << ", " << toHex(buffer) << ", " << toHex(config) << ", " << attrib_list << ");" << TestLog::EndMessage;
106 eglw::EGLSurface returnValue = m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
/external/mesa3d/include/EGL/
H A Degl.h285 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer,
/external/mesa3d/src/egl/main/
H A Deglapi.h99 typedef _EGLSurface *(*CreatePbufferFromClientBuffer_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *config, const EGLint *attrib_list);
H A Deglapi.c1247 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, argument
1259 surf = drv->API.CreatePbufferFromClientBuffer(drv, disp, buftype, buffer,
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c392 EGLenum buftype,
402 switch (buftype) {
443 gsurf->client_buffer_type = buftype;
391 egl_g3d_create_pbuffer_from_client_buffer(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum buftype, EGLClientBuffer buffer, _EGLConfig *conf, const EGLint *attribs) argument
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 275 milliseconds