Home | History | Annotate | Download | only in gui

Lines Matching refs:tex

119 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex,
130 mTexName(tex),
568 status_t GLConsumer::attachToContext(uint32_t tex) {
599 glBindTexture(mTexTarget, GLuint(tex));
613 mTexName = tex;