Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 94) sorted by relevance

1234

/device/generic/opengl-transport/host/libs/virglrenderer/
DContext.h39 struct Context { struct
40 static std::map<uint32_t, Context*> map; argument
42 Context(uint32_t handle_, const char* name_, uint32_t nlen_, PFNSUBMITCMD pfnProcessCmd_, in Context() argument
50 ~Context() { in ~Context() argument
61 Context* bind(EglContext* ctx_) { in bind() argument
80 worker = std::thread(&Context::worker_func, this); in setPidTid() argument
86 void submitCommand(void* buf, size_t bufSize) { in submitCommand()
111 EglContext* ctx = nullptr; argument
112 std::thread worker;
113 std::string name;
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL1.cpp14 bool ValidateAccum(const Context *, GLenum op, GLfloat value) in ValidateAccum()
19 bool ValidateBegin(const Context *, GLenum mode) in ValidateBegin()
24 bool ValidateBitmap(const Context *, in ValidateBitmap()
36 bool ValidateCallList(const Context *, GLuint list) in ValidateCallList()
41 bool ValidateCallLists(const Context *, GLsizei n, GLenum type, const void *lists) in ValidateCallLists()
46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum()
51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth()
56 bool ValidateClearIndex(const Context *, GLfloat c) in ValidateClearIndex()
61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane()
66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b()
[all …]
DvalidationGL43_autogen.h18 class Context; variable
DvalidationGL42_autogen.h18 class Context; variable
DvalidationES2_autogen.h18 class Context; variable
DvalidationGL11_autogen.h18 class Context; variable
DvalidationES1_autogen.h18 class Context; variable
DvalidationGL31_autogen.h18 class Context; variable
DvalidationGL4_autogen.h18 class Context; variable
DvalidationGL3_autogen.h18 class Context; variable
DvalidationGL41_autogen.h18 class Context; variable
DvalidationESEXT_autogen.h18 class Context; variable
DvalidationES31_autogen.h18 class Context; variable
DvalidationGL2_autogen.h18 class Context; variable
DvalidationES32_autogen.h18 class Context; variable
DvalidationGL15_autogen.h18 class Context; variable
DvalidationGL21_autogen.h18 class Context; variable
DvalidationES3_autogen.h18 class Context; variable
DvalidationGL45_autogen.h18 class Context; variable
DvalidationGL33_autogen.h18 class Context; variable
DvalidationGL32_autogen.h18 class Context; variable
/device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/
Dpreprocessor.y65 struct Context struct
88 %parse-param {Context *context} argument
DTokenizer.h25 struct Context struct
27 Diagnostics *diagnostics;
29 Input input;
55 Context mContext; // Scanner extra. argument
Dpreprocessor_tab_autogen.cpp125 struct Context struct
127 angle::pp::Diagnostics *diagnostics;
128 angle::pp::Lexer *lexer;
129 angle::pp::Token *token;
130 int *result;
131 bool parsePresetToken;
133 angle::pp::ExpressionParser::ErrorSettings errorSettings;
134 bool *valid;
136 void startIgnoreErrors() { ++ignoreErrors; } in startIgnoreErrors()
137 void endIgnoreErrors() { --ignoreErrors; } in endIgnoreErrors()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DBlit9.h18 class Context; variable
33 class Context; variable

1234