/external/pdfium/fxjs/ |
D | cfx_v8.cpp | 22 if (!pObj->Get(m_pIsolate->GetCurrentContext(), NewString(bsUTF8PropertyName)) in GetObjectProperty() 34 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in GetObjectPropertyNames() 54 return pObj->Set(m_pIsolate->GetCurrentContext(), name, pPut).IsJust(); in PutObjectProperty() 76 return pArray->Set(m_pIsolate->GetCurrentContext(), index, pValue).IsJust(); in PutArrayElement() 84 if (!pArray->Get(m_pIsolate->GetCurrentContext(), index).ToLocal(&val)) in GetArrayElement() 134 return v8::Date::New(m_pIsolate->GetCurrentContext(), d) in NewDate() 142 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in ToInt32() 158 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in ToDouble() 168 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in ToWideString() 179 v8::Local<v8::Context> context = m_pIsolate->GetCurrentContext(); in ToByteString() [all …]
|
D | cjs_globalarrays.cpp | 13 v8::Local<v8::Context> ctx = (rt)->GetIsolate()->GetCurrentContext(); \
|
D | js_define.cpp | 28 v8::Local<v8::Context> context = pIsolate->GetCurrentContext(); in JS_DateParse()
|
D | cfxjs_engine.cpp | 558 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in Execute() 585 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in NewFXJSBoundObject() 617 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in GetThisObj()
|
D | cjs_runtime.cpp | 228 value->ToNumber(pIsolate->GetCurrentContext()); in MaybeCoerceToNumber()
|
D | cjs_global.cpp | 120 return property->ToString(info.GetIsolate()->GetCurrentContext()) in GetV8StringFromProperty()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value.cpp | 92 ->NewInstance(GetIsolate()->GetCurrentContext()) in SetHostObject() 110 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in SetArray() 150 GetIsolate()->GetCurrentContext(), hPropName, hPropValue); in SetObjectProperty() 170 ->Get(GetIsolate()->GetCurrentContext(), hPropName) in GetObjectProperty() 186 ->Get(GetIsolate()->GetCurrentContext(), uPropIdx) in GetObjectPropertyByIdx() 205 ->Delete(GetIsolate()->GetCurrentContext(), hPropName) in DeleteObjectProperty() 223 ->HasRealNamedProperty(GetIsolate()->GetCurrentContext(), hKey) in HasObjectOwnProperty() 227 ->HasOwnProperty(GetIsolate()->GetCurrentContext(), hKey) in HasObjectOwnProperty() 248 ->DefineOwnProperty(GetIsolate()->GetCurrentContext(), hPropName, pValue) in SetObjectOwnProperty() 277 v8::Local<v8::Context> hContext = GetIsolate()->GetCurrentContext(); in SetFunctionBind() [all …]
|
D | cfxjse_arguments.cpp | 37 ->NumberValue(m_pInfo->GetIsolate()->GetCurrentContext()) in GetInt32() 44 ->NumberValue(m_pInfo->GetIsolate()->GetCurrentContext()) in GetFloat() 52 info->ToString(isolate->GetCurrentContext()).ToLocalChecked(); in GetUTF8String()
|
D | cfxjse_context.cpp | 68 v8::Local<v8::Context> context = pIsolate->GetCurrentContext(); in CreateReturnValue() 262 v8::Local<v8::Context> hContext = GetIsolate()->GetCurrentContext(); in ExecuteScript() 316 v8::Local<v8::Context> context(GetIsolate()->GetCurrentContext()); in ExecuteScript()
|
D | cfxjse_class.cpp | 85 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()) in Context_GlobalObjToString() 149 ->NewInstance(pValue->GetIsolate()->GetCurrentContext()) in DynPropGetterAdapter() 159 v8::Function::New(pValue->GetIsolate()->GetCurrentContext(), in DynPropGetterAdapter()
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext() function
|
D | SoftwareRenderer.cpp | 90 if (!fContextObj->GetCurrentContext()) in SoftwareRenderer()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 372 EGLContext EGLAPIENTRY GetCurrentContext(void); 527 return egl::GetCurrentContext(); in eglGetCurrentContext() 698 this->eglGetCurrentContext = egl::GetCurrentContext; in LibEGLexports()
|
D | libEGL.cpp | 1009 EGLContext EGLAPIENTRY GetCurrentContext(void) in GetCurrentContext() function
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 70 GLXContext (*GetCurrentContext)(void); member
|
D | fakeglx.c | 2811 glx.GetCurrentContext = Fake_glXGetCurrentContext; in _mesa_GetGLXDispatchTable()
|
/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 114 EGLContext GetCurrentContext(Thread *thread);
|
D | entry_points_egl_autogen.cpp | 602 EGL_EVENT(GetCurrentContext, ""); in EGL_GetCurrentContext() 606 ANGLE_EGL_VALIDATE(thread, GetCurrentContext, nullptr, EGLContext); in EGL_GetCurrentContext() 608 return GetCurrentContext(thread); in EGL_GetCurrentContext()
|
D | egl_stubs.cpp | 345 EGLContext GetCurrentContext(Thread *thread) in GetCurrentContext() function
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 117 GetCurrentContext(void) in GetCurrentContext() function 1183 GLXContext current = GetCurrentContext(); in glXMakeContextCurrent() 1263 return GetCurrentContext(); in glXGetCurrentContext() 1375 if (GetCurrentContext() == src) { in glXCopyContext()
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 203 IMGUI_API ImGuiContext* GetCurrentContext();
|
D | imgui.cpp | 2986 ImGuiContext* ImGui::GetCurrentContext() in GetCurrentContext() function in ImGui
|