Home
last modified time | relevance | path

Searched refs:postD3D11Texture (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DStream.h104 Error postD3D11Texture(void *texture, const AttributeMap &attributes);
DStream.cpp250 Error Stream::postD3D11Texture(void *texture, const AttributeMap &attributes) in postD3D11Texture() function in egl::Stream
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp646 ANGLE_EGL_TRY_RETURN(thread, streamObject->postD3D11Texture(texture, attributes), in StreamPostD3DTextureANGLE()