Searched refs:texture_id (Results 1 - 2 of 2) sorted by relevance

/system/media/mca/filterfw/native/core/
H A Dgl_frame.h54 bool InitWithTexture(GLint texture_id, int width, int height);
H A Dgl_frame.cpp65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { argument
66 texture_id_ = texture_id;
67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated;

Completed in 38 milliseconds