Searched defs:GetFunction (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DPixelShader8.cpp67 void Direct3DPixelShader8::GetFunction(void *data, unsigned int *size) function in class:D3D8::Direct3DPixelShader8
/external/swiftshader/src/D3D9/
H A DDirect3DPixelShader9.cpp94 long Direct3DPixelShader9::GetFunction(void *data, unsigned int *size) function in class:D3D9::Direct3DPixelShader9
H A DDirect3DVertexShader9.cpp94 long Direct3DVertexShader9::GetFunction(void *data, unsigned int *size) function in class:D3D9::Direct3DVertexShader9
/external/v8/src/debug/
H A Ddebug-frames.cc65 Handle<JSFunction> FrameInspector::GetFunction() { function in class:v8::internal::FrameInspector
H A Ddebug-scopes.h106 inline Handle<JSFunction> GetFunction() { function in class:v8::internal::ScopeIterator
107 return frame_inspector_->GetFunction();
/external/rmi4utils/rmidevice/
H A Drmidevice.cpp85 if (GetFunction(f01, 1)) {
218 if (!GetFunction(f01, 1))
233 bool RMIDevice::GetFunction(RMIFunction &func, int functionNumber) function in class:RMIDevice
312 if (GetFunction(f01, 0x01)) {
/external/v8/src/
H A Dmessages.cc321 Handle<Object> JSStackFrame::GetFunction() const { function in class:v8::internal::JSStackFrame
651 Handle<Object> WasmStackFrame::GetFunction() const { function in class:v8::internal::WasmStackFrame
726 Handle<Object> AsmJsWasmStackFrame::GetFunction() const { function in class:v8::internal::AsmJsWasmStackFrame
H A Dapi.cc5084 return templ->GetFunction(context);
6533 MaybeLocal<v8::Function> FunctionTemplate::GetFunction(Local<Context> context) { function in class:v8::FunctionTemplate
6534 PREPARE_FOR_EXECUTION(context, FunctionTemplate, GetFunction, Function);
6544 Local<v8::Function> FunctionTemplate::GetFunction() { function in class:v8::FunctionTemplate
6546 RETURN_TO_LOCAL_UNCHECKED(GetFunction(context), Function);
/external/v8/src/mips/
H A Dassembler-mips.cc411 uint32_t Assembler::GetFunction(Instr instr) { function in class:v8::internal::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc393 uint32_t Assembler::GetFunction(Instr instr) { function in class:v8::internal::Assembler
/external/mesa3d/include/D3D9/
H A Dd3d9.h315 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
387 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
1352 HRESULT (WINAPI *GetFunction)(IDirect3DPixelShader9 *This, void *pData, UINT *pSizeOfData); member in struct:IDirect3DPixelShader9Vtbl
1365 #define IDirect3DPixelShader9_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)
1714 HRESULT (WINAPI *GetFunction)(IDirect3DVertexShader9 *This, void *pData, UINT *pSizeOfData); member in struct:IDirect3DVertexShader9Vtbl
1727 #define IDirect3DVertexShader9_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)

Completed in 300 milliseconds