Searched refs:applyTexture (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h589 void applyTexture(int sampler, Texture *texture);
H A DContext.cpp2108 applyTexture(unit, texture);
2266 applyTexture(unit, nullptr);
2359 void Context::applyTexture(int index, Texture *baseTexture) function in class:es1::Context
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2049 applyTexture(samplerType, samplerIndex, texture);
2065 applyTexture(samplerType, samplerIndex, nullptr);
2080 applyTexture(samplerType, samplerIndex, nullptr);
2085 void Context::applyTexture(sw::SamplerType type, int index, Texture *baseTexture) function in class:gl::Context
H A DContext.h743 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3179 applyTexture(samplerType, samplerIndex, texture);
3183 applyTexture(samplerType, samplerIndex, nullptr);
3188 applyTexture(samplerType, samplerIndex, nullptr);
3193 void Context::applyTexture(sw::SamplerType type, int index, Texture *baseTexture) function in class:es2::Context
H A DContext.h714 void applyTexture(sw::SamplerType type, int sampler, Texture *texture);

Completed in 437 milliseconds