Searched refs:extensions (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/libs/hwui/
H A DSkiaShader.h53 const Extensions& extensions, const SkShader& shader);
55 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
61 const Extensions& extensions, const SkShader& shader) {
65 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) {
76 const Extensions& extensions, const SkShader& shader);
78 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
87 const Extensions& extensions, const SkShader& shader);
89 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
100 const Extensions& extensions, const SkShader& shader);
102 GLuint* textureUnit, const Extensions& extensions, cons
60 describe(Caches* caches, ProgramDescription& description, const Extensions& extensions, const SkShader& shader) argument
64 setupProgram(Caches* caches, const mat4& modelViewMatrix, GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) argument
[all...]
H A DSkiaShader.cpp129 const Extensions& extensions, const SkShader& shader);
140 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
151 const Extensions& extensions, const SkShader& shader) {
152 gDescribeProc[getType(shader)](caches, description, extensions, shader);
156 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) {
158 gSetupProgramProc[getType(shader)](caches, modelViewMatrix, textureUnit, extensions, shader);
214 const Extensions& extensions,
228 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) &&
254 const Extensions& extensions, const SkShader& shader) {
260 bitmapShaderHelper(caches, &description, NULL, extensions, bitma
150 describe(Caches* caches, ProgramDescription& description, const Extensions& extensions, const SkShader& shader) argument
155 setupProgram(Caches* caches, const mat4& modelViewMatrix, GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) argument
212 bitmapShaderHelper(Caches* caches, ProgramDescription* description, BitmapShaderInfo* shaderInfo, const Extensions& extensions, const SkBitmap& bitmap, SkShader::TileMode tileModes[2]) argument
253 describe(Caches* caches, ProgramDescription& description, const Extensions& extensions, const SkShader& shader) argument
263 setupProgram(Caches* caches, const mat4& modelViewMatrix, GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) argument
341 describe(Caches*, ProgramDescription& description, const Extensions& extensions, const SkShader& shader) argument
437 describe(Caches* caches, ProgramDescription& description, const Extensions& extensions, const SkShader& shader) argument
454 setupProgram(Caches* caches, const mat4& modelViewMatrix, GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) argument
[all...]
H A DStencil.cpp44 const Extensions& extensions = Extensions::getInstance(); local
45 if (extensions.has1BitStencil()) {
47 } else if (extensions.has4BitStencil()) {
H A DExtensions.cpp54 // Query GL extensions
65 // Query EGL extensions
113 void Extensions::findExtensions(const char* extensions, SortedVector<String8>& list) const { argument
114 const char* current = extensions;
116 EXT_LOGD("Available extensions:");
130 ALOGD("Supported GL extensions:\n%s", (const char*) glGetString(GL_EXTENSIONS));
131 ALOGD("Supported EGL extensions:\n%s", eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS));
H A DExtensions.h61 void findExtensions(const char* extensions, SortedVector<String8>& list) const;
H A DGradientCache.cpp80 const Extensions& extensions = Extensions::getInstance(); local
81 mUseFloatTexture = extensions.hasFloatTextures();
82 mHasNpot = extensions.hasNPot();
/frameworks/base/tools/aapt/
H A DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
37 * all files with matching extensions found into the KeyedVector
40 * extensions should include leading "."
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
76 Vector<String8>& extensions,
H A DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, argument
64 findFiles(fullPath, extensions, fileStore,copy);
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);
81 Vector<String8>& extensions,
84 // Loop over the extensions, checking for a match
88 for (size_t i = 0; i < extensions.size() && !done; ++i) {
89 String8 ext2 = extensions[i].getPathExtension();
91 // Compare the extensions. If a match is found, add to storage.
80 checkAndAddFile(String8 path, const struct stat* stats, Vector<String8>& extensions, KeyedVector<String8,time_t>& fileStore) argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp37 GLubyte const* extensions)
42 mExtensions = (char const*)extensions;
44 char const* curr = (char const*)extensions;
33 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions) argument
H A DRenderEngine.cpp111 GLExtensions& extensions(GLExtensions::getInstance());
112 extensions.initWithGLStrings(
118 GlesVersion version = parseGlesVersion( extensions.getVersion() );
138 ALOGI("vendor : %s", extensions.getVendor());
139 ALOGI("renderer : %s", extensions.getRenderer());
140 ALOGI("version : %s", extensions.getVersion());
141 ALOGI("extensions: %s", extensions.getExtension());
254 const GLExtensions& extensions(GLExtensions::getInstance());
256 extensions
[all...]
H A DGLExtensions.h63 GLubyte const* extensions);
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, argument
/frameworks/native/opengl/libs/EGL/
H A DgetProcAddress.cpp55 ext.extensions[_api])) \
75 ext.extensions[_api])) \
97 ext.extensions[_api])) \
119 ext.extensions[_api])) \
150 ext.extensions[_api])) \
H A Degl_display.h110 char const * extensions; member in struct:android::egl_display_t::strings_t
H A Degl_display.cpp174 disp.queryString.extensions = cnx->egl.eglQueryString(idpy,
202 if (findExtension(disp.queryString.extensions, ext.string(),
H A DeglApi.cpp66 * This is the list of EGL extensions exposed to applications.
75 * the mandatory extensions are present and may not function properly if some
105 // extensions not exposed to applications but used by the ANDROID system
158 * These extensions entry-points should not be exposed to applications.
935 * We first look for extensions we've already resolved, if we're seeing
962 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] =
963 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] =
965 debugHooks->ext.extensions[slot] =
966 gHooksTrace.ext.extensions[slot] =
1157 return dp->disp.queryString.extensions;
[all...]
H A Degl_cache.cpp94 const char* exts = display->disp.queryString.extensions;
/frameworks/native/opengl/libs/
H A Dhooks.h41 // maximum number of GL extensions that can be used simultaneously in
70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS]; member in struct:android::gl_hooks_t::gl_ext_t
/frameworks/rs/driver/
H A DrsdGL.cpp141 ALOGE(" GL Extensions: %s", dc->gl.gl.extensions);
353 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS);
390 dc->gl.gl.OES_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions,
392 dc->gl.gl.IMG_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions,
394 dc->gl.gl.NV_texture_npot_2D_mipmap = NULL != strstr((const char *)dc->gl.gl.extensions,
397 bool hasAniso = NULL != strstr((const char *)dc->gl.gl.extensions,
H A DrsdGL.h48 const uint8_t * extensions; member in struct:RsdGLRec::__anon1492
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp94 * http://www.khronos.org/registry/gles/extensions/EXT/EXT_disjoint_timer_query.txt
218 const GLubyte* extensions = glGetString(GL_EXTENSIONS); local
219 return checkForExtension(extensions,
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java22 import gov.nist.javax.sip.header.extensions.ReferencesHeader;
23 import gov.nist.javax.sip.header.extensions.ReferredByHeader;
24 import gov.nist.javax.sip.header.extensions.ReplacesHeader;
H A DSipSessionGroup.java26 import gov.nist.javax.sip.header.extensions.ReferredByHeader;
27 import gov.nist.javax.sip.header.extensions.ReplacesHeader;
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py174 # ARB/KHR/OES (Khronos extensions)
175 # other (EXT/vendor extensions)
223 # addExtensions - regex matching names of additional extensions
225 # removeExtenions - regex matching names of extensions to
230 # Default is core API versions, ARB/KHR/OES extensions, all
231 # other extensions, alphabetically within each group.
536 # will probably be removed later since the extensions
544 write(' * Default extensions included:', genOpts.defaultExtensions, file=self.outFile)
545 write(' * Additional extensions included:', genOpts.addExtensions, file=self.outFile)
650 # extensions
[all...]

Completed in 316 milliseconds