Home
last modified time | relevance | path

Searched defs:getError (Results 1 – 13 of 13) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglThreadInfo.h34 EGLint getError() const { return m_err; } in getError() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DThread.cpp56 EGLint Thread::getError() const in getError() function in egl::Thread
DContext.cpp2469 GLenum Context::getError() in getError() function in gl::Context
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_client_context.h27 virtual unsigned int getError(){ return 0; }; in getError() function
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp31 int DirectChannelBase::getError() { in getError() function in android::DirectChannelBase
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.h46 virtual GLenum getError() { return m_error; }; in getError() function
Dgl_client_context.h312 virtual unsigned int getError(){ return 0; }; in getError() function
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DTranslatorIfaces.h103 int (*getError)(); member
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_context.h87 virtual unsigned int getError(){ return 0; } in getError() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp318 EGLint FunctionsEGL::getError() const in getError() function in rx::FunctionsEGL
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h93 virtual GLenum getError() { return m_error; }; in getError() function
Dgl2_client_context.h446 virtual unsigned int getError(){ return 0; }; in getError() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h49 PFNGLGETERRORPROC getError = nullptr; variable