Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DStream.h103 Error validateD3D11Texture(const void *texture, const AttributeMap &attributes) const;
DStream.cpp240 Error Stream::validateD3D11Texture(const void *texture, const AttributeMap &attributes) const in validateD3D11Texture() function in egl::Stream
DvalidationEGL.cpp4310 ANGLE_EGL_TRY_RETURN(val->eglThread, stream->validateD3D11Texture(texture, attribs), in ValidateStreamPostD3DTextureANGLE()