Lines Matching refs:TextureRec
1033 TextureRec* rec = getTextureRecPtr(tex_name); in isTextureWithStorage()
1039 TextureRec* texrec = getTextureRecPtr(tex_name); in isTextureCubeMap()
1415 const TextureRec* rec = (const TextureRec*)prec; in compareTexId()
1424 TextureRec* texrec = getTextureRecPtr(texture); in bindTexture()
1478 TextureRec* texrec = getTextureRecPtr(texture); in setBoundEGLImage()
1489 TextureRec* GLClientState::addTextureRec(GLuint id, GLenum target) in addTextureRec()
1491 TextureRec* tex = new TextureRec; in addTextureRec()
1508 m_tex.textureRecs->map[id] = std::shared_ptr<TextureRec>(tex); in addTextureRec()
1512 std::shared_ptr<TextureRec> GLClientState::getTextureRec(GLuint id) const { in getTextureRec()
1522 TextureRec* GLClientState::getTextureRecPtrLocked(GLuint id) const { in getTextureRecPtrLocked()
1531 TextureRec* GLClientState::getTextureRecPtr(GLuint id) const { in getTextureRecPtr()
1538 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureInternalFormat()
1545 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureFormat()
1552 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureType()
1577 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureDims()
1635 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureSamples()
1644 TextureRec* texrec = getTextureRecPtr(texture); in addTextureCubeMapImage()
1671 TextureRec* texrec = getTextureRecPtr(texture); in setBoundTextureImmutableFormat()
1686 TextureRec* texrec = getTextureRecPtr(texture); in isBoundTextureImmutableFormat()
1693 TextureRec* texrec = getTextureRecPtr(texture); in isBoundTextureComplete()
1926 std::shared_ptr<TextureRec> texrec; in checkFramebufferAttachmentCompleteness()
2064 TextureRec* texrec; in deleteTextures()
2163 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexInternalFormat()
2169 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexWidth()
2177 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexHeight()
2183 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexDepth()
2189 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexEGLImageBacked()
2195 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexFormat()
2201 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexType()
2207 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexSamples()
2213 TextureRec* texrec = getTextureRecPtr(tex_name); in queryTexLastBoundTarget()
2538 std::shared_ptr<TextureRec> texrec = getTextureRec(texture); in attachTextureObject()
2580 std::shared_ptr<TextureRec> GLClientState::getFboAttachmentTexture(GLenum target, GLenum attachment… in getFboAttachmentTexture()
2581 std::shared_ptr<TextureRec> res = {}; // conservative in getFboAttachmentTexture()
2732 std::shared_ptr<TextureRec> texrec = getTextureRec(texture); in setFboCompletenessDirtyForTexture()