Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h713 void applyTextures();
714 void applyTextures(sw::SamplerType type);
DContext.cpp3074 void Context::applyTextures() in applyTextures() function in es2::Context
3076 applyTextures(sw::SAMPLER_PIXEL); in applyTextures()
3077 applyTextures(sw::SAMPLER_VERTEX); in applyTextures()
3080 void Context::applyTextures(sw::SamplerType samplerType) in applyTextures() function in es2::Context
3595 applyTextures(); in drawArrays()
3689 applyTextures(); in drawElements()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h588 void applyTextures();
DContext.cpp2077 void Context::applyTextures() in applyTextures() function in es1::Context
2747 applyTextures(); in drawArrays()
2794 applyTextures(); in drawElements()