Home
last modified time | relevance | path

Searched refs:getSamplerTexture (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/
DStream.cpp152 glState.getSamplerTexture(mPlanes[i].textureUnit, gl::TextureType::External); in createConsumerGLTextureExternal()
DContext.h400 Texture *getSamplerTexture(unsigned int sampler, TextureType type) const;
DState.h277 Texture *getSamplerTexture(unsigned int sampler, TextureType type) const in getSamplerTexture() function
DGLES1Renderer.cpp120 Texture *curr2DTexture = glState->getSamplerTexture(i, TextureType::_2D); in prepareForDraw()
DvalidationEGL.cpp3027 gl::Texture *texture = context->getState().getSamplerTexture( in ValidateStreamConsumerGLTextureExternalAttribsNV()
DState.cpp1412 return getSamplerTexture(static_cast<unsigned int>(mActiveSampler), type); in getTargetTexture()
DContext.cpp1312 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) const in getSamplerTexture() function in gl::Context
1314 return mState.getSamplerTexture(sampler, type); in getSamplerTexture()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1698 return static_cast<Texture2D*>(getSamplerTexture(mState.activeSampler, TEXTURE_2D)); in getTexture2D()
1716 return static_cast<Texture3D*>(getSamplerTexture(mState.activeSampler, TEXTURE_3D)); in getTexture3D()
1721 return static_cast<Texture2DArray*>(getSamplerTexture(mState.activeSampler, TEXTURE_2D_ARRAY)); in getTexture2DArray()
1726 return static_cast<TextureCubeMap*>(getSamplerTexture(mState.activeSampler, TEXTURE_CUBE)); in getTextureCubeMap()
1731 return static_cast<Texture2DRect*>(getSamplerTexture(mState.activeSampler, TEXTURE_2D_RECT)); in getTexture2DRect()
1736 return static_cast<TextureExternal*>(getSamplerTexture(mState.activeSampler, TEXTURE_EXTERNAL)); in getTextureExternal()
1739 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) const in getSamplerTexture() function in es2::Context
3159 Texture *texture = getSamplerTexture(textureUnit, textureType); in applyTextures()
DContext.h652 Texture *getSamplerTexture(unsigned int sampler, TextureType type) const;
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp1073 return static_cast<Texture2D*>(getSamplerTexture(mState.activeSampler, TEXTURE_2D)); in getTexture2D()
1078 return static_cast<TextureExternal*>(getSamplerTexture(mState.activeSampler, TEXTURE_EXTERNAL)); in getTextureExternal()
1081 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) in getSamplerTexture() function in es1::Context
2085 texture = getSamplerTexture(unit, TEXTURE_EXTERNAL); in applyTextures()
2089 texture = getSamplerTexture(unit, TEXTURE_2D); in applyTextures()
2825 es1::Texture *texture = getSamplerTexture(0, TEXTURE_2D); in drawTexture()
DContext.h477 Texture *getSamplerTexture(unsigned int sampler, TextureType type);
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp3300 gl::Texture *texture = glState.getSamplerTexture(textureUnit, textureType); in generateSwizzlesForShader()