Lines Matching refs:m_result
435 Result getResult (void) const { return m_result; } in getResult()
453 Result m_result; member in deqp::gls::MemObjectAllocator
466 , m_result (RESULT_LAST) in MemObjectAllocator()
520 if (m_result != RESULT_LAST) in allocUntilFailure()
537 m_result = RESULT_GOT_BAD_ALLOC; in allocUntilFailure()
552 m_result = RESULT_DELETE_TEXTURES_FAILED; in clearObjects()
565 m_result = RESULT_DELETE_BUFFERS_FAILED; in clearObjects()
585 m_result = RESULT_GEN_TEXTURES_FAILED; in allocateTexture()
599 m_result = RESULT_BIND_TEXTURE_FAILED; in allocateTexture()
615 m_result = RESULT_TEXTURE_IMAGE_FAILED; in allocateTexture()
626 m_result = RESULT_TEXTURE_SUB_IMAGE_FAILED; in allocateTexture()
639 m_result = RESULT_RENDER_FAILED; in allocateTexture()
645 m_result = RESULT_RENDER_FAILED; in allocateTexture()
655 m_result = RESULT_BIND_TEXTURE_FAILED; in allocateTexture()
675 m_result = RESULT_GEN_BUFFERS_FAILED; in allocateBuffer()
684 m_result = RESULT_BIND_BUFFER_FAILED; in allocateBuffer()
705 m_result = RESULT_BUFFER_DATA_FAILED; in allocateBuffer()
716 m_result = RESULT_BUFFER_SUB_DATA_FAILED; in allocateBuffer()
729 m_result = RESULT_RENDER_FAILED; in allocateBuffer()
735 m_result = RESULT_RENDER_FAILED; in allocateBuffer()
745 m_result = RESULT_BIND_BUFFER_FAILED; in allocateBuffer()