Home
last modified time | relevance | path

Searched refs:RS_ERROR_FATAL_DRIVER (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/rs/
DRenderScriptDefines.h270 RS_ERROR_FATAL_DRIVER = 0x1001, enumerator
DrsContext.cpp221 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed initializing GL"); in threadProc()
DrsAllocation.cpp42 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure"); in createAllocation()
/frameworks/base/libs/rs/driver/
DrsdAllocation.cpp340 rsc->setError(RS_ERROR_FATAL_DRIVER, in rsdAllocationSyncAll()
344 rsc->setError(RS_ERROR_FATAL_DRIVER, "Cannot only sync from RGBA" in rsdAllocationSyncAll()
476 rsc->setError(RS_ERROR_FATAL_DRIVER, "Non-script allocation copies not " in rsdAllocationData2D_alloc()
DrsdGL.cpp430 rsc->setError(RS_ERROR_FATAL_DRIVER, buf); in rsdGLCheckError()