Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.h437 angle::Result applyTextures(const gl::Context *context);
438 angle::Result applyTextures(const gl::Context *context, gl::ShaderType shaderType);
DRenderer9.cpp3084 ANGLE_TRY(applyTextures(context)); in genericDrawElements()
3115 ANGLE_TRY(applyTextures(context)); in genericDrawArrays()
3205 angle::Result Renderer9::applyTextures(const gl::Context *context, gl::ShaderType shaderType) in applyTextures() function in rx::Renderer9
3264 angle::Result Renderer9::applyTextures(const gl::Context *context) in applyTextures() function in rx::Renderer9
3266 ANGLE_TRY(applyTextures(context, gl::ShaderType::Vertex)); in applyTextures()
3267 ANGLE_TRY(applyTextures(context, gl::ShaderType::Fragment)); in applyTextures()
/external/angle/doc/
DVTF.md49 * Context::applyTextures
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h686 void applyTextures();
687 void applyTextures(sw::SamplerType type);
DContext.cpp3139 void Context::applyTextures() in applyTextures() function in es2::Context
3141 applyTextures(sw::SAMPLER_PIXEL); in applyTextures()
3142 applyTextures(sw::SAMPLER_VERTEX); in applyTextures()
3145 void Context::applyTextures(sw::SamplerType samplerType) in applyTextures() function in es2::Context
3607 applyTextures(); in drawArrays()
3701 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()