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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPrint3DAPI.cpp154 GLboolean isBlendEnabled; member in struct:SPVRTPrint3DAPI
487 m_pAPI->isBlendEnabled = glIsEnabled(GL_BLEND);
522 if (!m_pAPI->isBlendEnabled) glDisable(GL_BLEND);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h326 bool isBlendEnabled() const;
H A DContext.cpp448 bool Context::isBlendEnabled() const function in class:es1::Context
H A DlibGLES_CM.cpp2485 case GL_BLEND: return context->isBlendEnabled(); break;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h531 bool isBlendEnabled() const;
H A DContext.cpp403 bool Context::isBlendEnabled() const function in class:gl::Context
H A DlibGL.cpp3510 case GL_BLEND: return context->isBlendEnabled();
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h457 bool isBlendEnabled() const;
H A DContext.cpp422 bool Context::isBlendEnabled() const function in class:es2::Context
H A DlibGLESv2.cpp4224 case GL_BLEND: return context->isBlendEnabled();

Completed in 367 milliseconds