Home | History | Annotate | Download | only in gpu

Lines Matching refs:tex

128     GrTexture* tex = this->onCreateTexture(desc, srcData, rowBytes);
129 if (NULL != tex &&
132 GrAssert(NULL != tex->asRenderTarget());
134 if (!this->attachStencilBufferToRenderTarget(tex->asRenderTarget())) {
135 tex->unref();
139 return tex;
176 GrTexture* tex = this->onWrapBackendTexture(desc);
177 if (NULL == tex) {
181 GrRenderTarget* tgt = tex->asRenderTarget();
184 tex->unref();
187 return tex;