OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionNames
(Results
1 - 7
of
7
) sorted by null
/external/deqp/modules/egl/
teglGetProcAddressTests.cpp
50
struct
FunctionNames
55
FunctionNames
(int numFunctions_, const char* const* functions_)
62
FunctionNames
getExtFunctionNames (const std::string& extName)
67
return
FunctionNames
(s_extensions[ndx].numFunctions, s_extensions[ndx].functions);
71
return
FunctionNames
(0, DE_NULL);
74
FunctionNames
getCoreFunctionNames (EGLint apiBit)
78
case 0: return
FunctionNames
(DE_LENGTH_OF_ARRAY(s_EGL14), s_EGL14);
79
case EGL_OPENGL_ES_BIT: return
FunctionNames
(DE_LENGTH_OF_ARRAY(s_GLES10), s_GLES10);
80
case EGL_OPENGL_ES2_BIT: return
FunctionNames
(DE_LENGTH_OF_ARRAY(s_GLES20), s_GLES20);
81
case EGL_OPENGL_ES3_BIT_KHR: return
FunctionNames
(DE_LENGTH_OF_ARRAY(s_GLES30), s_GLES30)
[
all
...]
/external/clang/lib/CodeGen/
CoverageMappingGen.h
57
std::vector<llvm::Constant *>
FunctionNames
;
CoverageMappingGen.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp
108
char const *
FunctionNames
[4][3] = {
119
DAG.getExternalSymbol(
FunctionNames
[AEABILibcall][AlignVariant],
/external/google-breakpad/src/common/
stabs_to_module_unittest.cc
189
TEST(
FunctionNames
, Mangled) {
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 111 milliseconds