HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 376 - 400 of 420) sorted by null

<<11121314151617

  /external/freetype/src/sfnt/
sfobjs.c     [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 513 // We expect an error, so the tree set and funcs list are explicitly nil.
  /prebuilts/go/darwin-x86/test/chan/
select5.go 135 // everything happens in init funcs
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 513 // We expect an error, so the tree set and funcs list are explicitly nil.
  /prebuilts/go/linux-x86/test/chan/
select5.go 135 // everything happens in init funcs
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 98 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
101 funcs.getIntegerv(name, &val);
756 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
961 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
966 const int vertexTexUnitsSupported = getGLInt(funcs, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS);
967 const int fragmentTexUnitsSupported = getGLInt(funcs, GL_MAX_TEXTURE_IMAGE_UNITS);
968 const int combinedTexUnitsSupported = getGLInt(funcs, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 110 static inline int getGLInt (const glw::Functions& funcs, const deUint32 name)
113 funcs.getIntegerv(name, &val);
917 // UNIFORMFUNC_VALUE: use pass-by-value versions of uniform assignment funcs, e.g. glUniform1f(), where possible. If not given, use pass-by-pointer versions.
1132 const glw::Functions& funcs = m_context.getRenderContext().getFunctions(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 340 // Phase 1: const, type, and names and types of funcs.
382 timings.AddEvent(fcount, "funcs")
468 timings.AddEvent(fcount, "funcs")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 340 // Phase 1: const, type, and names and types of funcs.
382 timings.AddEvent(fcount, "funcs")
468 timings.AddEvent(fcount, "funcs")
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 1984 const FunctionContainer funcs[] = local
    [all...]
es31fNegativeShaderApiTests.cpp 2628 FunctionContainer funcs[] = local
    [all...]
es31fNegativeShaderFunctionTests.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 1851 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 649 funcs := FuncMap{
669 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
671 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 649 funcs := FuncMap{
669 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
671 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 307 // workbuf factory routines. These funcs are used to manage the
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 307 // workbuf factory routines. These funcs are used to manage the
  /external/freetype/src/psaux/
t1decode.c     [all...]
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c     [all...]
  /prebuilts/go/darwin-x86/src/sync/atomic/
atomic_test.go     [all...]
  /prebuilts/go/linux-x86/src/sync/atomic/
atomic_test.go     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 442 for _, f := range check.funcs {
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 442 for _, f := range check.funcs {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 387 struct funcs { /* image manipulation routines */ struct in struct:_XImage
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 384 struct funcs { /* image manipulation routines */ struct in struct:_XImage
    [all...]

Completed in 2022 milliseconds

<<11121314151617