| /device/generic/opengl-transport/host/libs/virglrenderer/ |
| D | Context.h | 39 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/ |
| D | validationGL1.cpp | 14 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 …]
|
| D | validationGL43_autogen.h | 18 class Context; variable
|
| D | validationGL42_autogen.h | 18 class Context; variable
|
| D | validationES2_autogen.h | 18 class Context; variable
|
| D | validationGL11_autogen.h | 18 class Context; variable
|
| D | validationES1_autogen.h | 18 class Context; variable
|
| D | validationGL31_autogen.h | 18 class Context; variable
|
| D | validationGL4_autogen.h | 18 class Context; variable
|
| D | validationGL3_autogen.h | 18 class Context; variable
|
| D | validationGL41_autogen.h | 18 class Context; variable
|
| D | validationESEXT_autogen.h | 18 class Context; variable
|
| D | validationES31_autogen.h | 18 class Context; variable
|
| D | validationGL2_autogen.h | 18 class Context; variable
|
| D | validationES32_autogen.h | 18 class Context; variable
|
| D | validationGL15_autogen.h | 18 class Context; variable
|
| D | validationGL21_autogen.h | 18 class Context; variable
|
| D | validationES3_autogen.h | 18 class Context; variable
|
| D | validationGL45_autogen.h | 18 class Context; variable
|
| D | validationGL33_autogen.h | 18 class Context; variable
|
| D | validationGL32_autogen.h | 18 class Context; variable
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/preprocessor/ |
| D | preprocessor.y | 65 struct Context struct 88 %parse-param {Context *context} argument
|
| D | Tokenizer.h | 25 struct Context struct 27 Diagnostics *diagnostics; 29 Input input; 55 Context mContext; // Scanner extra. argument
|
| D | preprocessor_tab_autogen.cpp | 125 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/ |
| D | Blit9.h | 18 class Context; variable 33 class Context; variable
|