Searched refs:applyTexture (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 589 void applyTexture(int sampler, Texture *texture);
|
D | Context.cpp | 2109 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/ |
D | Context.cpp | 3154 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
|
D | Context.h | 715 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);
|