Home
last modified time | relevance | path

Searched refs:isBlendEnabled (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp154 GLboolean isBlendEnabled; member
487 m_pAPI->isBlendEnabled = glIsEnabled(GL_BLEND); in APIRenderStates()
522 if (!m_pAPI->isBlendEnabled) glDisable(GL_BLEND); in APIRenderStates()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h328 bool isBlendEnabled() const;
DContext.cpp443 bool Context::isBlendEnabled() const in isBlendEnabled() function in es1::Context
DlibGLES_CM.cpp2508 case GL_BLEND: return context->isBlendEnabled(); break; in IsEnabled()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h458 bool isBlendEnabled() const;
DContext.cpp429 bool Context::isBlendEnabled() const in isBlendEnabled() function in es2::Context
DlibGLESv2.cpp4296 case GL_BLEND: return context->isBlendEnabled(); in IsEnabled()
/external/swiftshader/src/OpenGL/libGL/
DContext.h531 bool isBlendEnabled() const;
DContext.cpp403 bool Context::isBlendEnabled() const in isBlendEnabled() function in gl::Context
DlibGL.cpp3529 case GL_BLEND: return context->isBlendEnabled(); in glIsEnabled()