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

/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp565 GrGLTexture* glTex = static_cast<GrGLTexture*>(texture); local
568 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
570 desc.fConfig = glTex->config();
571 desc.fWidth = glTex->width();
572 desc.fHeight = glTex->height();
573 desc.fOrientation = glTex->orientation();
574 desc.fTextureID = glTex->textureID();

Completed in 81 milliseconds