Searched refs:extensions (Results 1 - 25 of 26) sorted by path

12

/frameworks/base/libs/hwui/
H A DCaches.cpp100 if (extensions.hasDebugMarker()) {
110 if (extensions.hasDebugLabel()) {
464 if (extensions.hasTiledRendering() && !debugOverdraw) {
470 if (extensions.hasTiledRendering() && !debugOverdraw) {
H A DCaches.h242 // GL extensions
243 Extensions extensions; member in class:android::uirenderer::Caches
H A DGradientCache.cpp134 if (!Caches::getInstance().extensions.hasNPot()) {
H A DLayerRenderer.cpp345 if (Caches::getInstance().extensions.hasDiscardFramebuffer()) {
H A DOpenGLRenderer.cpp189 if (mCaches.extensions.hasDiscardFramebuffer() &&
1380 mShader->describe(mDescription, mCaches.extensions);
1386 mColorFilter->describe(mDescription, mCaches.extensions);
3122 if (CC_UNLIKELY(mCaches.extensions.hasFramebufferFetch())) {
H A DSkiaColorFilter.cpp55 const Extensions& extensions) {
82 void SkiaLightingFilter::describe(ProgramDescription& description, const Extensions& extensions) { argument
107 void SkiaBlendFilter::describe(ProgramDescription& description, const Extensions& extensions) { argument
54 describe(ProgramDescription& description, const Extensions& extensions) argument
H A DSkiaColorFilter.h53 virtual void describe(ProgramDescription& description, const Extensions& extensions) = 0;
87 void describe(ProgramDescription& description, const Extensions& extensions);
102 void describe(ProgramDescription& description, const Extensions& extensions);
117 void describe(ProgramDescription& description, const Extensions& extensions);
H A DSkiaShader.cpp82 void SkiaShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
116 void SkiaBitmapShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
127 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) &&
220 const Extensions& extensions) {
285 const Extensions& extensions) {
340 const Extensions& extensions) {
403 void SkiaComposeShader::describe(ProgramDescription& description, const Extensions& extensions) { argument
404 mFirst->describe(description, extensions);
405 mSecond->describe(description, extensions);
219 describe(ProgramDescription& description, const Extensions& extensions) argument
284 describe(ProgramDescription& description, const Extensions& extensions) argument
339 describe(ProgramDescription& description, const Extensions& extensions) argument
H A DSkiaShader.h64 virtual void describe(ProgramDescription& description, const Extensions& extensions);
144 void describe(ProgramDescription& description, const Extensions& extensions);
167 void describe(ProgramDescription& description, const Extensions& extensions);
191 virtual void describe(ProgramDescription& description, const Extensions& extensions);
216 void describe(ProgramDescription& description, const Extensions& extensions);
234 void describe(ProgramDescription& description, const Extensions& extensions);
H A DTextureCache.cpp222 const bool canMipMap = Caches::getInstance().extensions.hasNPot();
/frameworks/base/tools/aapt/
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
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,
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, argument
/frameworks/base/voip/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/libs/EGL/
H A DeglApi.cpp711 // These extensions should not be exposed to applications. They're used
738 * We first look for extensions we've already resolved, if we're seeing
765 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] =
766 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] =
768 debugHooks->ext.extensions[slot] =
769 gHooksTrace.ext.extensions[slot] =
1251 // ANDROID extensions
1285 // NVIDIA extensions
H A Degl_cache.cpp93 const char* exts = display->disp.queryString.extensions;
H A Degl_display.cpp37 // this is the list of EGL extensions that are exposed to applications
40 // mandatory extensions are required per the CDD and not explicitly
41 // checked during EGL initialization. the system *assumes* these extensions
43 // extensions are missing.
60 // extensions not exposed to applications but used by the ANDROID system
197 disp.queryString.extensions = cnx->egl.eglQueryString(idpy,
213 // we only add extensions that exist in the implementation
226 if (disp.queryString.extensions) {
229 const char* match = strstr(disp.queryString.extensions, ext.string());
H A Degl_display.h110 char const * extensions; member in struct:android::egl_display_t::strings_t
H A DgetProcAddress.cpp63 ext.extensions[_api])) \
/frameworks/native/opengl/libs/
H A Dhooks.h41 // maximum number of GL extensions that can be used simultaneously in
78 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS]; member in struct:android::gl_hooks_t::gl_ext_t
/frameworks/native/services/surfaceflinger/
H A DGLExtensions.cpp39 GLubyte const* extensions,
47 mExtensions = (char const*)extensions;
52 char const* curr = (char const*)extensions;
35 initWithGLStrings( GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, GLubyte const* extensions, char const* egl_vendor, char const* egl_version, char const* egl_extensions) argument
H A DGLExtensions.h78 GLubyte const* extensions,
H A DSurfaceFlinger.cpp403 GLExtensions& extensions(GLExtensions::getInstance());
404 extensions.initWithGLStrings(
446 ALOGI("vendor : %s", extensions.getEglVendor());
447 ALOGI("version : %s", extensions.getEglVersion());
448 ALOGI("extensions: %s", extensions.getEglExtension());
452 ALOGI("vendor : %s", extensions.getVendor());
453 ALOGI("renderer : %s", extensions.getRenderer());
454 ALOGI("version : %s", extensions.getVersion());
455 ALOGI("extensions
[all...]
/frameworks/rs/driver/
H A DrsdGL.cpp143 ALOGE(" GL Extensions: %s", dc->gl.gl.extensions);
362 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS);
399 dc->gl.gl.OES_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions,
401 dc->gl.gl.IMG_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions,
403 dc->gl.gl.NV_texture_npot_2D_mipmap = NULL != strstr((const char *)dc->gl.gl.extensions,
406 bool hasAniso = NULL != strstr((const char *)dc->gl.gl.extensions,

Completed in 4744 milliseconds

12