Searched refs:getTargetTexture (Results 1 – 11 of 11) sorted by relevance
135 mPlanes[0].texture = glState.getTargetTexture(gl::TextureType::External); in createConsumerGLTextureExternal()
307 Texture *getTargetTexture(TextureType type) const;
4101 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalKHR()4330 gl::Texture *texture = context->getState().getTargetTexture(gl::TextureType::External); in ValidateStreamConsumerGLTextureExternalAttribsNV()
1629 Texture *State::getTargetTexture(TextureType type) const in getTargetTexture() function in gl::State
3754 Texture *texture = state.getTargetTexture(texType); in ValidateCopyTexImageParametersBase()
1499 return mState.getTargetTexture(type); in getTextureByType()
2111 es2::Texture *texture = context->getTargetTexture(target); in GenerateMipmap()3292 es2::Texture *texture = context->getTargetTexture(target); in GetTexParameterfv()3372 es2::Texture *texture = context->getTargetTexture(target); in GetTexParameteriv()4637 es2::Texture *texture = context->getTargetTexture(target); in TexParameterf()4761 es2::Texture *texture = context->getTargetTexture(target); in TexParameteri()
614 Texture *getTargetTexture(GLenum target) const;
1675 Texture *Context::getTargetTexture(GLenum target) const in getTargetTexture() function in es2::Context
3526 const Texture *texture = glState.getTargetTexture(TextureTargetToType(target)); in CaptureGetTexImageANGLE_pixels()
4493 gl::Texture *texture = context->getState().getTargetTexture(textureType); in captureCompressedTextureData()4645 gl::Texture *texture = context->getState().getTargetTexture(textureType); in trackTextureUpdate()