HomeSort by relevance Sort by last modified time
    Searched refs:isBlendEnabled (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 154 GLboolean isBlendEnabled;
487 m_pAPI->isBlendEnabled = glIsEnabled(GL_BLEND);
522 if (!m_pAPI->isBlendEnabled) glDisable(GL_BLEND);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 326 bool isBlendEnabled() const;
Context.cpp 448 bool Context::isBlendEnabled() const
    [all...]
libGLES_CM.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.h 531 bool isBlendEnabled() const;
Context.cpp 403 bool Context::isBlendEnabled() const
    [all...]
libGL.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 457 bool isBlendEnabled() const;
Context.cpp 422 bool Context::isBlendEnabled() const
    [all...]
libGLESv2.cpp     [all...]

Completed in 334 milliseconds