OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsError
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/rs/
rsContext.h
163
const char * getError(
RsError
*);
164
void setError(
RsError
e, const char *msg);
216
RsError
mError;
RenderScript.h
205
enum
RsError
{
rs.spec
40
param
RsError
*err
rsContext.cpp
779
const char * Context::getError(
RsError
*err)
789
void Context::setError(
RsError
e, const char *msg)
906
const char * rsi_ContextGetError(Context *rsc,
RsError
*e)
Completed in 71 milliseconds