Lines Matching refs:texId
1212 glw::GLuint texId = 0;1215 gl.genTextures(1, &texId);1216 gl.bindTexture(textureTarget, texId);1320 gl.deleteTextures (1, &texId);