HomeSort by relevance Sort by last modified time
    Searched refs:loader (Results 1 - 25 of 1242) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/cython/src/Cython/Utility/
TestUtilityLoader.c 2 test {{loader}} prototype
6 test {{loader}} impl
9 req {{loader}} proto
12 req {{loader}} impl
  /external/deqp/framework/opengl/wrapper/
glwInitGL33.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitGL42.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitES30.inl 4 gl->activeTexture = (glActiveTextureFunc) loader->get("glActiveTexture");
5 gl->attachShader = (glAttachShaderFunc) loader->get("glAttachShader");
6 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
7 gl->bindBuffer = (glBindBufferFunc) loader->get("glBindBuffer");
8 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer");
9 gl->bindRenderbuffer = (glBindRenderbufferFunc) loader->get("glBindRenderbuffer");
10 gl->bindTexture = (glBindTextureFunc) loader->get("glBindTexture");
11 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate")
    [all...]
glwInitGL41.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitGL32.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitES31.inl 4 gl->activeTexture = (glActiveTextureFunc) loader->get("glActiveTexture");
5 gl->attachShader = (glAttachShaderFunc) loader->get("glAttachShader");
6 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
7 gl->bindBuffer = (glBindBufferFunc) loader->get("glBindBuffer");
8 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer");
9 gl->bindRenderbuffer = (glBindRenderbufferFunc) loader->get("glBindRenderbuffer");
10 gl->bindTexture = (glBindTextureFunc) loader->get("glBindTexture");
11 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate")
    [all...]
glwInitFunctions.hpp 33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 functions.
34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 functions.
35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 functions.
37 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functions.
38 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functions.
39 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functions.
40 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functions.
41 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functions.
42 void initGL41Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.1 core functions.
43 void initGL42Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.2 core functions
    [all...]
glwInitGL31.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitGL30.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitGL40.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitFunctions.cpp 35 void initES20 (Functions* gl, const FunctionLoader* loader)
40 void initES30 (Functions* gl, const FunctionLoader* loader)
45 void initES31 (Functions* gl, const FunctionLoader* loader)
50 void initGL30Core (Functions* gl, const FunctionLoader* loader)
55 void initGL31Core (Functions* gl, const FunctionLoader* loader)
60 void initGL32Core (Functions* gl, const FunctionLoader* loader)
65 void initGL33Core (Functions* gl, const FunctionLoader* loader)
70 void initGL40Core (Functions* gl, const FunctionLoader* loader)
75 void initGL41Core (Functions* gl, const FunctionLoader* loader)
80 void initGL42Core (Functions* gl, const FunctionLoader* loader)
    [all...]
glwInitES20.inl 4 gl->activeTexture = (glActiveTextureFunc) loader->get("glActiveTexture");
5 gl->attachShader = (glAttachShaderFunc) loader->get("glAttachShader");
6 gl->bindAttribLocation = (glBindAttribLocationFunc) loader->get("glBindAttribLocation");
7 gl->bindBuffer = (glBindBufferFunc) loader->get("glBindBuffer");
8 gl->bindFramebuffer = (glBindFramebufferFunc) loader->get("glBindFramebuffer");
9 gl->bindRenderbuffer = (glBindRenderbufferFunc) loader->get("glBindRenderbuffer");
10 gl->bindTexture = (glBindTextureFunc) loader->get("glBindTexture");
11 gl->blendColor = (glBlendColorFunc) loader->get("glBlendColor");
12 gl->blendEquation = (glBlendEquationFunc) loader->get("glBlendEquation");
13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate")
    [all...]
glwInitGL44.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
glwInitGL43.inl 4 gl->cullFace = (glCullFaceFunc) loader->get("glCullFace");
5 gl->frontFace = (glFrontFaceFunc) loader->get("glFrontFace");
6 gl->hint = (glHintFunc) loader->get("glHint");
7 gl->lineWidth = (glLineWidthFunc) loader->get("glLineWidth");
8 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
9 gl->polygonMode = (glPolygonModeFunc) loader->get("glPolygonMode");
10 gl->scissor = (glScissorFunc) loader->get("glScissor");
11 gl->texParameterf = (glTexParameterfFunc) loader->get("glTexParameterf");
12 gl->texParameterfv = (glTexParameterfvFunc) loader->get("glTexParameterfv");
13 gl->texParameteri = (glTexParameteriFunc) loader->get("glTexParameteri")
    [all...]
  /external/chromium_org/chrome/browser/extensions/signin/
scoped_gaia_auth_extension.cc 13 extensions::GaiaAuthExtensionLoader* loader = local
15 if (loader)
16 loader->LoadIfNeeded();
20 extensions::GaiaAuthExtensionLoader* loader = local
22 if (loader)
23 loader->UnloadIfNeeded();
  /external/chromium_org/content/browser/loader/
resource_loader_delegate.h 21 ResourceLoader* loader,
24 virtual bool HandleExternalProtocol(ResourceLoader* loader,
27 virtual void DidStartRequest(ResourceLoader* loader) = 0;
28 virtual void DidReceiveRedirect(ResourceLoader* loader,
30 virtual void DidReceiveResponse(ResourceLoader* loader) = 0;
32 // This method informs the delegate that the loader is done, and the loader
34 virtual void DidFinishLoading(ResourceLoader* loader) = 0;
  /external/libexif/libexif/
exif-loader.h 1 /*! \file exif-loader.h
34 /*! Data used by the loader interface */
52 * \param[in] loader the ExifLoader to increase the refcount of.
54 void exif_loader_ref (ExifLoader *loader);
57 * If the refcount reaches 0, the loader is freed.
59 * \param[in] loader ExifLoader for which to decrease the refcount
61 void exif_loader_unref (ExifLoader *loader);
66 * \param[in] loader loader to write to
69 void exif_loader_write_file (ExifLoader *loader, const char *fname)
    [all...]
  /external/emma/core/java12/com/vladium/util/
ResourceLoader.java 37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
39 return Class.forName (name, false, loader);
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
50 if (loader != null)
51 return loader.getResource (name);
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
64 if (loader != null)
65 return loader.getResourceAsStream (name);
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller); local
79 if (loader != null
    [all...]
  /libcore/luni/src/test/java/libcore/reflect/
InternalNamesTest.java 22 private final ClassLoader loader = InternalNames.class.getClassLoader(); field in class:InternalNamesTest
26 InternalNames.getClass(loader, null);
41 assertEquals(byte.class, InternalNames.getClass(loader, "B"));
42 assertEquals(char.class, InternalNames.getClass(loader, "C"));
43 assertEquals(double.class, InternalNames.getClass(loader, "D"));
44 assertEquals(float.class, InternalNames.getClass(loader, "F"));
45 assertEquals(int.class, InternalNames.getClass(loader, "I"));
46 assertEquals(long.class, InternalNames.getClass(loader, "J"));
47 assertEquals(short.class, InternalNames.getClass(loader, "S"));
48 assertEquals(boolean.class, InternalNames.getClass(loader, "Z"))
    [all...]
  /external/freetype/src/base/
ftgloadr.c 5 /* The FreeType glyph loader (body). */
43 /* The glyph loader is a simple object which is used to load a set of */
48 /* loader.base Is really the bottom of the stack. It describes a */
52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
61 /* The glyph loader is now a base object. Each driver used to */
68 /* create a new glyph loader */
73 FT_GlyphLoader loader = NULL; local
77 if ( !FT_NEW( loader ) )
79 loader->memory = memory
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftgloadr.c 5 /* The FreeType glyph loader (body). */
43 /* The glyph loader is a simple object which is used to load a set of */
48 /* loader.base Is really the bottom of the stack. It describes a */
52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
61 /* The glyph loader is now a base object. Each driver used to */
68 /* create a new glyph loader */
73 FT_GlyphLoader loader = NULL; local
77 if ( !FT_NEW( loader ) )
79 loader->memory = memory
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 5 /* The FreeType glyph loader (body). */
43 /* The glyph loader is a simple object which is used to load a set of */
48 /* loader.base Is really the bottom of the stack. It describes a */
52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
61 /* The glyph loader is now a base object. Each driver used to */
68 /* create a new glyph loader */
73 FT_GlyphLoader loader = NULL; local
77 if ( !FT_NEW( loader ) )
79 loader->memory = memory
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderSync.cpp 55 FileReaderLoader loader(FileReaderLoader::ReadAsArrayBuffer, 0);
56 startLoading(executionContext, loader, *blob, exceptionState);
58 return loader.arrayBufferResult();
68 FileReaderLoader loader(FileReaderLoader::ReadAsBinaryString, 0);
69 startLoading(executionContext, loader, *blob, exceptionState);
70 return loader.stringResult();
80 FileReaderLoader loader(FileReaderLoader::ReadAsText, 0);
81 loader.setEncoding(encoding);
82 startLoading(executionContext, loader, *blob, exceptionState);
83 return loader.stringResult()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderSet.h 46 void add(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.add(loader); }
47 void remove(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.remove(loader); }
49 bool contains(const RefPtrWillBeRawPtr<ResourceLoader>& loader) const { return m_set.contains(loader); }

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>