Home | History | Annotate | Download | only in gui

Lines Matching refs:tex

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