/external/deqp/framework/opengl/ |
D | gluDefs.hpp | 36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument 37 #define GLU_CHECK_GLW(GL) GLU_CHECK_GLW_MSG(GL, DE_NULL) argument 38 #define GLU_CHECK_GLW_CALL(GL, CALL) do { (GL).CALL; GLU_EXPECT_NO_ERROR((GL).getError(), #CALL); }… argument
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | meson.build | 26 libgl = shared_library(
|
/external/mesa3d/src/hgl/ |
D | meson.build | 21 libgl = shared_library(
|
/external/python/cpython2/Lib/test/ |
D | test_gl.py | 9 GL = import_module('GL') variable
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | meson.build | 40 libgl = shared_library(
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.hpp | 198 struct GL struct 201 { 205 { 209 { 213 { 217 { 221 { 225 { 229 { 233 static const size_t MAX_ARRAY_DIMENSIONS; [all …]
|
D | es31cDrawIndirectTests.cpp | 147 struct GL struct 149 static bool isES() in isES() 153 static std::string glslVer(bool compute = false) in glslVer() 164 static void GL_Only() in GL_Only()
|
D | es31cLayoutBindingTests.cpp | 1250 const glw::Functions& GL = getContext().getRenderContext().getFunctions(); in drawTest() local
|
/external/angle/src/tests/perf_tests/ |
D | DrawCallPerfParams.h | 41 ParamsT GL(const ParamsT &in) in GL() function
|
/external/skia/tests/ |
D | TextureBindingsResetTest.cpp | 19 #define GL(F) GR_GL_CALL(ctxInfo.glContext()->gl(), F) in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() macro
|
/external/angle/scripts/ |
D | registry_xml.py | 259 GL = 'GL' variable in apis
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5-generic-lambda-1y.cpp | 94 auto GL = [](auto a, decltype(a) b) //expected-note{{candidate function}} variable
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5-generic-lambda-1y.cpp | 94 auto GL = [](auto a, decltype(a) b) //expected-note{{candidate function}} variable
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 44 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit macro
|
/external/clang/test/SemaCXX/ |
D | cxx1z-lambda-star-this.cpp | 140 auto GL = [*this] (auto a) mutable { in foo() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1z-lambda-star-this.cpp | 145 auto GL = [*this](auto a) mutable { in foo() local
|
D | cxx1z-constexpr-lambdas.cpp | 108 auto GL = [](auto a) { return a; }; in __anone908ba140d02() variable
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1229 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2577 GotoStmt(LabelDecl *label, SourceLocation GL, SourceLocation LL) in GotoStmt()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|