create_texture 56 apps/opengl_demo/layout.cpp const auto texture_id = OpenGLHelpers::create_texture(width, height, data); create_texture 164 apps/opengl_demo/main.cpp const auto image_texture_id = OpenGLHelpers::create_texture(width, height, image.data); create_texture 165 apps/opengl_demo/main.cpp const auto result_texture_id = OpenGLHelpers::create_texture(width, height, nullptr); create_texture 14 apps/opengl_demo/opengl_helpers.h GLuint create_texture(int width, int height, const uint8_t *data);