Home
last modified time | relevance | path

Searched refs:applyTexture (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h589 void applyTexture(int sampler, Texture *texture);
DContext.cpp2109 applyTexture(unit, texture); in applyTextures()
2267 applyTexture(unit, nullptr); in applyTextures()
2360 void Context::applyTexture(int index, Texture *baseTexture) in applyTexture() function in es1::Context
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3154 applyTexture(samplerType, samplerIndex, texture); in applyTextures()
3158 applyTexture(samplerType, samplerIndex, nullptr); in applyTextures()
3163 applyTexture(samplerType, samplerIndex, nullptr); in applyTextures()
3168 void Context::applyTexture(sw::SamplerType type, int index, Texture *baseTexture) in applyTexture() function in es2::Context
DContext.h715 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);