Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/libs/hwui/
DSkiaShader.h53 const Extensions& extensions, const SkShader& shader);
55 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
61 const Extensions& extensions, const SkShader& shader) { in describe() argument
65 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) { in setupProgram() argument
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, const SkShader& shader);
[all …]
DSkiaShader.cpp129 const Extensions& extensions, const SkShader& shader);
140 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader);
151 const Extensions& extensions, const SkShader& shader) { in describe() argument
152 gDescribeProc[getType(shader)](caches, description, extensions, shader); in describe()
156 GLuint* textureUnit, const Extensions& extensions, const SkShader& shader) { in setupProgram() argument
158 gSetupProgramProc[getType(shader)](caches, modelViewMatrix, textureUnit, extensions, shader); in setupProgram()
214 const Extensions& extensions, in bitmapShaderHelper() argument
228 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) && in bitmapShaderHelper()
254 const Extensions& extensions, const SkShader& shader) { in describe() argument
260 bitmapShaderHelper(caches, &description, NULL, extensions, bitmap, xy); in describe()
[all …]
DStencil.cpp44 const Extensions& extensions = Extensions::getInstance(); in getSmallestStencilFormat() local
45 if (extensions.has1BitStencil()) { in getSmallestStencilFormat()
47 } else if (extensions.has4BitStencil()) { in getSmallestStencilFormat()
DExtensions.cpp113 void Extensions::findExtensions(const char* extensions, SortedVector<String8>& list) const { in findExtensions() argument
114 const char* current = extensions; in findExtensions()
DGradientCache.cpp80 const Extensions& extensions = Extensions::getInstance(); in GradientCache() local
81 mUseFloatTexture = extensions.hasFloatTextures(); in GradientCache()
82 mHasNpot = extensions.hasNPot(); in GradientCache()
DExtensions.h61 void findExtensions(const char* extensions, SortedVector<String8>& list) const;
/frameworks/base/tools/aapt/
DFileFinder.cpp41 bool SystemFileFinder::findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
64 findFiles(fullPath, extensions, fileStore,copy); in findFiles()
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore); in findFiles()
81 Vector<String8>& extensions, in checkAndAddFile() argument
88 for (size_t i = 0; i < extensions.size() && !done; ++i) { in checkAndAddFile()
89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile()
DFileFinder.h25 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
56 virtual bool findFiles(String8 basePath, Vector<String8>& extensions,
76 Vector<String8>& extensions,
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp111 GLExtensions& extensions(GLExtensions::getInstance()); in create() local
112 extensions.initWithGLStrings( in create()
118 GlesVersion version = parseGlesVersion( extensions.getVersion() ); in create()
138 ALOGI("vendor : %s", extensions.getVendor()); in create()
139 ALOGI("renderer : %s", extensions.getRenderer()); in create()
140 ALOGI("version : %s", extensions.getVersion()); in create()
141 ALOGI("extensions: %s", extensions.getExtension()); in create()
250 const GLExtensions& extensions(GLExtensions::getInstance()); in dump() local
252 extensions.getVendor(), in dump()
253 extensions.getRenderer(), in dump()
[all …]
DGLExtensions.cpp37 GLubyte const* extensions) in initWithGLStrings() argument
42 mExtensions = (char const*)extensions; in initWithGLStrings()
44 char const* curr = (char const*)extensions; in initWithGLStrings()
DGLExtensions.h63 GLubyte const* extensions);
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp55 ext.extensions[_api])) \
75 ext.extensions[_api])) \
97 ext.extensions[_api])) \
119 ext.extensions[_api])) \
150 ext.extensions[_api])) \
Degl_entries.in78 /* ANDROID extensions */
84 /* NVIDIA extensions */
89 /* IMG extensions */
Degl_display.cpp166 disp.queryString.extensions = cnx->egl.eglQueryString(idpy, in initialize()
194 if (findExtension(disp.queryString.extensions, ext.string(), in initialize()
Degl_display.h110 char const * extensions; member
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp218 const GLubyte* extensions = glGetString(GL_EXTENSIONS); in isMeasurementSupported() local
219 return checkForExtension(extensions, in isMeasurementSupported()
/frameworks/rs/driver/
DrsdGL.cpp141 ALOGE(" GL Extensions: %s", dc->gl.gl.extensions); in DumpDebug()
353 dc->gl.gl.extensions = glGetString(GL_EXTENSIONS); in rsdGLInit()
390 dc->gl.gl.OES_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
392 dc->gl.gl.IMG_texture_npot = NULL != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
394 dc->gl.gl.NV_texture_npot_2D_mipmap = NULL != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
397 bool hasAniso = NULL != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
DrsdGL.h48 const uint8_t * extensions; member
/frameworks/base/tools/aapt/tests/
DMockFileFinder.h35 virtual bool findFiles(String8 basePath, Vector<String8>& extensions, in findFiles() argument
/frameworks/native/opengl/libs/
Dhooks.h70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS]; member
/frameworks/native/opengl/specs/
DREADME5 for use by Android extensions.
/frameworks/wilhelm/src/
DREADME.txt13 itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd25 <li><a href="#gl-extension-query">Determining OpenGL extensions</a></li>
582 <h3 id="gl-extension-query">Determining OpenGL extensions</h3>
583 <p>Implementations of OpenGL vary by Android device in terms of the extensions to the OpenGL ES API
584 that are supported. These extensions include texture compressions, but typically also include other
585 extensions to the OpenGL feature set.</p>
587 <p>To determine what texture compression formats, and other OpenGL extensions, are supported on a
593 String extensions = javax.microedition.khronos.opengles.GL10.glGetString(
600 <li>Review the output of this method to determine what OpenGL extensions are supported on the
606 <p> The AEP ensures that your application supports a standardized set of OpenGL extensions above
608 the core set described in the OpenGL 3.1 specification. Packaging these extensions together
[all …]
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg22 # Set up the suite name, extensions that are recognized as testcases, and
/frameworks/opt/net/voip/src/java/com/android/server/sip/
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;

12