Searched defs:create_texture (Results 1 – 3 of 3) sorted by relevance
73 static GLuint create_texture(void) in create_texture() function
363 create_texture(struct pipe_screen *screen, enum pipe_format format, in create_texture() function
603 std::shared_ptr<Texture2D> Device::create_texture(int width, in create_texture() function in client::d3d11::Device