HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 376 - 400 of 2522) sorted by null

<<11121314151617181920>>

  /external/deqp/scripts/opengl/
src_util.py 156 extension = registry.extensions[extName]
159 spec.addExtension(extension, 'gles2', 'core', force=True)
164 # Remove redundant extension commands that are already provided by core.
  /external/iptables/extensions/
Android.mk 3 ## extension
  /external/llvm/test/MC/ARM/
directive-arch_extension-crc.s 11 @ CHECK-V7: error: architectural extension 'crc' is not allowed for the current base architecture
32 @ CHECK-V7: error: architectural extension 'crc' is not allowed for the current base architecture
directive-arch_extension-mp.s 17 @ CHECK-V6: error: architectural extension 'mp' is not allowed for the current base architecture
28 @ CHECK-V6: error: architectural extension 'mp' is not allowed for the current base architecture
  /external/mesa3d/docs/specs/
MESA_agp_offset.spec 37 Note, this extension depends on GLX_NV_vertex_array_range, for which
80 None. This is a client side-only extension.
MESA_drm_image.spec 23 EGL Extension #not assigned
27 Requires EGL 1.4 or later. This extension is written against the
34 This extension provides entry points for integrating EGLImage with the
35 Linux DRM mode setting and memory management drivers. The extension
90 extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
145 so we use a new EGL extension entry point instead.
152 Flesh out the extension a bit, add final EGL tokens, capture
MESA_window_pos.spec 27 The extension is written against the OpenGL 1.2 Specification
38 This extension provides a set of functions to directly set the
  /external/mesa3d/docs/specs/OLD/
MESA_packed_depth_stencil.spec 27 EXT_abgr affects the definition of this extension
28 SGIS_texture4D affects the definition of this extension
29 EXT_cmyka affects the definition of this extension
30 ARB_packed_pixels affects the definition of this extension
MESA_program_debug.spec 29 The extension is written against the OpenGL 1.4 specification.
35 The extension provides facilities for implementing debuggers for
39 implemented outside of the GL as a utility package. This extension
73 It seems prudent to minimize the scope of this extension and leave
75 that layer on top of this extension.
97 4. Is this extension amenable to hardware implementation?
109 then continue. Does this extension support that?
311 The following is a very simple example of how this extension may
  /external/perf_data_converter/src/quipper/
test_utils.cc 31 // Extension of protobuf files in text format.
34 // Extension of protobuf files in serialized format.
37 // Extension of build ID lists.
188 string extension = local
204 GetTestInputFilePath(basename(filename.c_str())) + extension;
  /external/proguard/src/proguard/
ClassPathEntry.java 195 * Returns whether this data entry has the given extension.
197 private boolean hasExtension(String extension)
199 return endsWithIgnoreCase(file.getPath(), extension);