Home
last modified time | relevance | path

Searched refs:mBuftype (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp242 mBuftype(buftype), in D3DTextureSurfaceWGL()
301 ANGLE_TRY(GetD3DTextureInfo(mBuftype, mClientBuffer, mDisplayD3D11Device, &mWidth, &mHeight, in initialize()
393 *value = (mBuftype == EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE) ? mClientBuffer : nullptr; in querySurfacePointerANGLE()
DD3DTextureSurfaceWGL.h73 EGLenum mBuftype;
/external/angle/src/libANGLE/
DSurface.cpp67 mBuftype(buftype), in Surface()
204 if (mBuftype == EGL_IOSURFACE_ANGLE) in initialize()
218 if (mBuftype == EGL_D3D_TEXTURE_ANGLE) in initialize()
DSurface.h216 EGLenum mBuftype; variable
/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp52 mBuftype(buftype) in SurfaceD3D()
105 if (mBuftype == EGL_D3D_TEXTURE_ANGLE) in initialize()
DSurfaceD3D.h113 EGLenum mBuftype; variable