HomeSort by relevance Sort by last modified time
    Searched refs:FunctionNames (Results 1 - 4 of 4) 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/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 111 char const *FunctionNames[4][3] = {
122 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 491 SmallVector<StringRef, 10> FunctionNames;
554 FunctionNames.push_back(LinkageName);
588 for (unsigned I = 0, E = FunctionNames.size(); I != E; ++I) {
589 StringRef Name = FunctionNames[I];
    [all...]

Completed in 470 milliseconds