Home
last modified time | relevance | path

Searched refs:isBlendEnabled (Results 1 – 7 of 7) 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.h326 bool isBlendEnabled() const;
DContext.cpp448 bool Context::isBlendEnabled() const in isBlendEnabled() function in es1::Context
DlibGLES_CM.cpp2490 case GL_BLEND: return context->isBlendEnabled(); break; in IsEnabled()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h457 bool isBlendEnabled() const;
DContext.cpp422 bool Context::isBlendEnabled() const in isBlendEnabled() function in es2::Context
DlibGLESv2.cpp3851 case GL_BLEND: return context->isBlendEnabled(); in IsEnabled()