Home
last modified time | relevance | path

Searched refs:isLost (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOESVertexArrayObject.cpp60 if (isLost()) in createVertexArrayOES()
70 if (!arrayObject || isLost()) in deleteVertexArrayOES()
81 if (!arrayObject || isLost()) in isVertexArrayOES()
93 if (isLost()) in bindVertexArrayOES()
DANGLEInstancedArrays.cpp74 if (isLost()) in drawArraysInstancedANGLE()
82 if (isLost()) in drawElementsInstancedANGLE()
90 if (isLost()) in vertexAttribDivisorANGLE()
DWebGLLoseContext.cpp62 if (!isLost()) in loseContext()
68 if (!isLost()) in restoreContext()
DWebGLExtension.h72 bool isLost() in isLost() function
DWebGLDebugShaders.cpp58 if (isLost()) in getTranslatedShaderSource()
DWebGLDrawBuffers.cpp70 if (isLost()) in drawBuffersWEBGL()
DWebGLRenderingContext.h634 if (m_extensionField->isLost()) in loseExtension()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp1902 bool isLost = false; in testDeviceLost() local
1906 isLost = d3d11::isDeviceLostError(result); in testDeviceLost()
1908 if (isLost) in testDeviceLost()
1928 return isLost; in testDeviceLost()
DRenderer9.cpp2070 bool isLost = (FAILED(status) || d3d9::isDeviceLostError(status)); in testDeviceLost() local
2072 if (isLost) in testDeviceLost()
2086 return isLost; in testDeviceLost()