Searched refs:loader (Results 1 - 25 of 705) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DTestUtilityLoader.c2 test {{loader}} prototype
6 test {{loader}} impl
9 req {{loader}} proto
12 req {{loader}} impl
/external/deqp/framework/opengl/wrapper/
H A DglwInitGL33.inl4 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
[all...]
H A DglwInitGL42.inl4 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
[all...]
H A DglwInitES30.inl4 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
[all...]
H A DglwInitGL41.inl4 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
[all...]
H A DglwInitGL32.inl4 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
[all...]
H A DglwInitES31.inl4 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
[all...]
H A DglwInitFunctions.hpp33 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); //!< Loa
[all...]
H A DglwInitGL31.inl4 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
[all...]
H A DglwInitGL30.inl4 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
[all...]
H A DglwInitGL40.inl4 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
[all...]
H A DglwInitFunctions.cpp35 void initES20 (Functions* gl, const FunctionLoader* loader) argument
40 void initES30 (Functions* gl, const FunctionLoader* loader) argument
45 void initES31 (Functions* gl, const FunctionLoader* loader) argument
50 void initGL30Core (Functions* gl, const FunctionLoader* loader) argument
55 void initGL31Core (Functions* gl, const FunctionLoader* loader) argument
60 void initGL32Core (Functions* gl, const FunctionLoader* loader) argument
65 void initGL33Core (Functions* gl, const FunctionLoader* loader) argument
70 void initGL40Core (Functions* gl, const FunctionLoader* loader) argument
75 void initGL41Core (Functions* gl, const FunctionLoader* loader) argument
80 void initGL42Core (Functions* gl, const FunctionLoader* loader) argument
85 initGL43Core(Functions* gl, const FunctionLoader* loader) argument
90 initGL44Core(Functions* gl, const FunctionLoader* loader) argument
95 initExtensionsShared(Functions* gl, const FunctionLoader* loader, const std::set<std::string>& extensions) argument
103 initExtensionsGL(Functions* gl, const FunctionLoader* loader, int numExtensions, const char* const* extensions) argument
134 initExtensionsES(Functions* gl, const FunctionLoader* loader, int numExtensions, const char* const* extensions) argument
[all...]
H A DglwInitES20.inl4 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
[all...]
H A DglwInitGL44.inl4 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
[all...]
H A DglwInitGL43.inl4 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
[all...]
/external/chromium_org/chrome/browser/extensions/signin/
H A Dscoped_gaia_auth_extension.cc13 extensions::GaiaAuthExtensionLoader* loader = local
15 if (loader)
16 loader->LoadIfNeeded();
20 extensions::GaiaAuthExtensionLoader* loader = local
22 if (loader)
23 loader->UnloadIfNeeded();
/external/libexif/libexif/
H A Dexif-loader.h1 /*! \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, cons
[all...]
/external/emma/core/java12/com/vladium/util/
H A DResourceLoader.java37 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
39 return Class.forName (name, false, loader);
48 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
50 if (loader != null)
51 return loader.getResource (name);
62 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
64 if (loader != null)
65 return loader.getResourceAsStream (name);
77 final ClassLoader loader = ClassLoaderResolver.getClassLoader (caller);
79 if (loader !
86 loadClass(final String name, final ClassLoader loader) argument
92 getResource(final String name, final ClassLoader loader) argument
100 getResourceAsStream(final String name, final ClassLoader loader) argument
108 getResources(final String name, final ClassLoader loader) argument
[all...]
/external/freetype/src/base/
H A Dftgloadr.c5 /* 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
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c5 /* 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
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c5 /* 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderSync.cpp55 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
99 startLoading(ExecutionContext* executionContext, FileReaderLoader& loader, const Blob& blob, ExceptionState& exceptionState) argument
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_loader_delegate.h21 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/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderSet.h46 void add(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.add(loader); } argument
47 void remove(const RefPtrWillBeRawPtr<ResourceLoader>& loader) { m_set.remove(loader); } argument
49 bool contains(const RefPtrWillBeRawPtr<ResourceLoader>& loader) const { return m_set.contains(loader); }
/external/chromium_org/ppapi/c/
H A Dppb_url_loader.h81 * @param[in] loader A <code>PP_Resource</code> corresponding to a
92 int32_t (*Open)(PP_Resource loader,
99 * @param[in] loader A <code>PP_Resource</code> corresponding to a
109 int32_t (*FollowRedirect)(PP_Resource loader,
120 * @param[in] loader A <code>PP_Resource</code> corresponding to a
128 PP_Bool (*GetUploadProgress)(PP_Resource loader,
140 * @param[in] loader A <code>PP_Resource</code> corresponding to a
150 PP_Bool (*GetDownloadProgress)(PP_Resource loader,
160 * <code>URLResponseInfo</code> if successful, 0 if the loader is not a valid
163 PP_Resource (*GetResponseInfo)(PP_Resource loader);
[all...]

Completed in 1498 milliseconds

1234567891011>>