Lines Matching refs:m_result
442 Result getResult (void) const { return m_result; } in getResult()
460 Result m_result; member in deqp::gls::MemObjectAllocator
473 , m_result (RESULT_LAST) in MemObjectAllocator()
527 if (m_result != RESULT_LAST) in allocUntilFailure()
544 m_result = RESULT_GOT_BAD_ALLOC; in allocUntilFailure()
559 m_result = RESULT_DELETE_TEXTURES_FAILED; in clearObjects()
572 m_result = RESULT_DELETE_BUFFERS_FAILED; in clearObjects()
592 m_result = RESULT_GEN_TEXTURES_FAILED; in allocateTexture()
606 m_result = RESULT_BIND_TEXTURE_FAILED; in allocateTexture()
622 m_result = RESULT_TEXTURE_IMAGE_FAILED; in allocateTexture()
633 m_result = RESULT_TEXTURE_SUB_IMAGE_FAILED; in allocateTexture()
646 m_result = RESULT_RENDER_FAILED; in allocateTexture()
652 m_result = RESULT_RENDER_FAILED; in allocateTexture()
662 m_result = RESULT_BIND_TEXTURE_FAILED; in allocateTexture()
682 m_result = RESULT_GEN_BUFFERS_FAILED; in allocateBuffer()
691 m_result = RESULT_BIND_BUFFER_FAILED; in allocateBuffer()
712 m_result = RESULT_BUFFER_DATA_FAILED; in allocateBuffer()
723 m_result = RESULT_BUFFER_SUB_DATA_FAILED; in allocateBuffer()
736 m_result = RESULT_RENDER_FAILED; in allocateBuffer()
742 m_result = RESULT_RENDER_FAILED; in allocateBuffer()
752 m_result = RESULT_BIND_BUFFER_FAILED; in allocateBuffer()