Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GenericFuncType
(Results
1 - 15
of
15
) sorted by relevance
/third_party/vk-gl-cts/framework/egl/wrapper/
H
A
D
eglwLibrary.cpp
85
GenericFuncType
get (const char* name) const
in get()
87
GenericFuncType
res = (
GenericFuncType
)DE_NULL;
in get()
89
res = (
GenericFuncType
)m_staticLib->getFunction(name);
in get()
92
res = (
GenericFuncType
)m_dynLib->getFunction(name);
in get()
95
res = (
GenericFuncType
)m_getProcAddress(name);
in get()
114
GenericFuncType
get (const char* name) const
in get()
116
return (
GenericFuncType
)m_getProcAddress(name);
in get()
H
A
D
eglwFunctions.hpp
47
typedef EGLW_APICALL void (EGLW_APIENTRY*
GenericFuncType
) (void);
typedef
52
virtual
GenericFuncType
get (const char* name) const = 0;
/third_party/vk-gl-cts/framework/egl/
H
A
D
egluGLFunctionLoader.cpp
38
glw::
GenericFuncType
GLFunctionLoader::get (const char* name) const
in get()
40
glw::
GenericFuncType
func = (glw::
GenericFuncType
)m_library->getFunction(name);
in get()
43
return (glw::
GenericFuncType
)m_egl.getProcAddress(name);
in get()
H
A
D
egluGLContextFactory.cpp
104
glw::
GenericFuncType
get (const char* name) const
in get()
106
return (glw::
GenericFuncType
)m_egl.getProcAddress(name);
in get()
121
glw::
GenericFuncType
get (const char* name) const
in get()
123
return (glw::
GenericFuncType
)m_library->getFunction(name);
in get()
146
virtual eglw::
GenericFuncType
getProcAddress (const char* name) const;
305
glw::
GenericFuncType
RenderContext::getProcAddress (const char* name) const
in getProcAddress()
307
return (glw::
GenericFuncType
)m_display->getLibrary().getProcAddress(name);
in getProcAddress()
H
A
D
egluGLFunctionLoader.hpp
50
glw::
GenericFuncType
get (const char* name) const;
/third_party/vk-gl-cts/framework/platform/win32/
H
A
D
tcuWGLContextFactory.cpp
56
glw::
GenericFuncType
get (const char* name) const
in get()
58
return (glw::
GenericFuncType
)m_context.getGLFunction(name);
in get()
76
glw::
GenericFuncType
getProcAddress (const char* name) const;
156
glw::
GenericFuncType
WGLContext::getProcAddress (const char* name) const
in getProcAddress()
/third_party/vk-gl-cts/framework/opengl/wrapper/
H
A
D
glwFunctionLoader.hpp
31
typedef GLW_APICALL void (GLW_APIENTRY*
GenericFuncType
) (void);
typedef
36
virtual
GenericFuncType
get (const char* name) const = 0;
/third_party/vk-gl-cts/framework/platform/surfaceless/
H
A
D
tcuSurfacelessPlatform.cpp
157
glw::
GenericFuncType
get(const char* name) const
in get()
159
return (glw::
GenericFuncType
)m_egl.getProcAddress(name);
in get()
172
glw::
GenericFuncType
get(const char* name) const
in get()
174
return (glw::
GenericFuncType
)m_library->getFunction(name);
in get()
212
virtual glw::
GenericFuncType
getProcAddress (const char* name) const { return m_egl.getProcAddress(name); }
in getProcAddress()
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluFboRenderContext.hpp
57
virtual glw::
GenericFuncType
getProcAddress (const char* name) const { return m_context->getProcAddress(name); }
in getProcAddress()
H
A
D
gluRenderContext.cpp
42
glw::
GenericFuncType
RenderContext::getProcAddress (const char*) const
in getProcAddress()
44
return (glw::
GenericFuncType
)DE_NULL;
in getProcAddress()
H
A
D
gluRenderContext.hpp
28
// glw::
GenericFuncType
226
virtual glw::
GenericFuncType
getProcAddress (const char* name) const;
/third_party/vk-gl-cts/framework/platform/ohos/context/
H
A
D
tcuOhosNativeContext.hpp
61
virtual glw::
GenericFuncType
getProcAddress (const char* name) const { return m_egl.getProcAddress(name); }
in getProcAddress()
H
A
D
tcuOhosNativeContext.cpp
52
glw::
GenericFuncType
get(const char *name) const
in get()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H
A
D
tcuLnxX11GlxPlatform.cpp
192
virtual glw::
GenericFuncType
getProcAddress (const char* name) const;
701
glw::
GenericFuncType
get (const char* name) const
in get()
750
glw::
GenericFuncType
GlxRenderContext::getProcAddress(const char *name) const
in getProcAddress()
/third_party/vk-gl-cts/framework/platform/osx/
H
A
D
tcuOSXPlatform.cpp
125
glw::
GenericFuncType
get (const char* name) const
in get()
Completed in 8 milliseconds