Searched defs:GlTexture (Results 1 – 4 of 4) sorted by relevance
98 struct GlTexture { struct102 inline friend bool operator==(const GlTexture& lhs, const GlTexture& rhs) { argument
38 GlTexture() in GlTexture() function42 GlTexture(GLenum target, GLuint id, GLenum format, size_t bytes_size, in GlTexture() function
29 GlTexture::GlTexture(GlTexture&& texture) in GlTexture() function in tflite::gpu::gl::GlTexture
195 GlTexture() { in GlTexture() function