Searched refs:RS_ERROR_BAD_SHADER (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsProgram.cpp | 155 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation"); in bindAllocation() 161 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation"); in bindAllocation() 182 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind texture"); in bindTexture() 188 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind cubemap to 2d texture slot"); in bindTexture() 201 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind sampler"); in bindSampler()
|
D | rsProgramFragment.cpp | 44 … rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program"); in setConstantColor() 49 …rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocatio… in setConstantColor() 71 rsc->setError(RS_ERROR_BAD_SHADER, "No texture bound"); in setup()
|
D | rsDefines.h | 297 RS_ERROR_BAD_SHADER = 1, enumerator
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 473 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind more textuers than available"); in setupTextures() 494 rsc->setError(RS_ERROR_BAD_SHADER, "Non-texture allocation bound to a shader"); in setupTextures() 528 rsc->setError(RS_ERROR_BAD_SHADER, "No constant allocation bound"); in setupUserConstants()
|