Home
last modified time | relevance | path

Searched defs:setError (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglThreadInfo.h30 void setError(EGLint err) { m_err = err; } in setError() function
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerServiceWriter.h40 void setError(int32_t index, int32_t errorCode) { in setError() function
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.h46 virtual void setError(GLenum error){ m_error = error; }; in setError() function
Dgl_client_context.h311 virtual void setError(unsigned int error){ (void)error; } in setError() function
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_client_context.h68 virtual void setError(unsigned int error){ (void)error; } in setError() function
/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_context.h88 virtual void setError(unsigned int error){ (void)error; } in setError() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h183 void setError(GLint err) { mCurrError = err; } in setError() function
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h242 void setError(int err) { mError = err; }; in setError() function
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h157 void setError(uint32_t location, Error error) { in setError() function
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h160 void setError(uint32_t location, Error error) { in setError() function
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h103 virtual void setError(GLenum error){ m_error = error; }; in setError() function
Dgl2_client_context.h457 virtual void setError(unsigned int error){ (void)error; } in setError() function