HomeSort by relevance Sort by last modified time
    Searched refs:specification (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 193 public boolean isCompatibleWith(FrameFormat specification) {
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
196 && getBaseType() != specification.getBaseType()) {
201 if (specification.getTarget() != TARGET_UNSPECIFIED
202 && getTarget() != specification.getTarget()) {
207 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED
208 && getBytesPerSample() != specification.getBytesPerSample()) {
213 if (specification.getDimensionCount() > 0
214 && getDimensionCount() != specification.getDimensionCount()) {
219 for (int i = 0; i < specification.getDimensionCount(); ++i)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 57 def _ConstructContentList(xml_parts, specification, pretty, level=0):
58 """ Appends the XML parts corresponding to the specification.
62 specification: The specification of the element. See EasyXml docs.
66 # The first item in a specification is the name of the element.
73 name = specification[0]
75 raise Exception('The first item of an EasyXml specification should be '
76 'a string. Specification was ' + str(specification))
80 rest = specification[1:
    [all...]
MSVSProject.py 93 """Returns the specification for a configuration.
111 specification = [config_type, node_attrs]
117 specification.append(t._GetSpecification())
119 specification.append(Tool(t)._GetSpecification())
120 return specification
  /external/libvorbis/doc/
footer.tex 18 distribute the Ogg and Vorbis specification, whether in a private,
21 specification and certify specification compliance.
09-helper.tex 9 specification. Rather than cluttering up the main specification
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 324 ShaderCase::ShaderCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specification)
328 , m_caseType (specification.caseType)
329 , m_expectResult (specification.expectResult)
330 , m_targetVersion (specification.targetVersion)
332 , m_valueBlocks (specification.valueBlocks)
337 DE_ASSERT(specification.vertexSources.size() == 1);
338 DE_ASSERT(specification.fragmentSources.empty());
339 DE_ASSERT(specification.tessCtrlSources.empty());
340 DE_ASSERT(specification.tessEvalSources.empty());
341 DE_ASSERT(specification.geometrySources.empty())
    [all...]
glsShaderLibraryCase.hpp 181 const ShaderCaseSpecification& specification);
187 const PipelineCaseSpecification& specification);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 40 which allows specification of a colormap.
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
90 8 June 2000 - initial specification
MESA_agp_offset.spec 31 This extensions is written against the OpenGL 1.4 Specification.
38 no real specification exists. See GL_NV_vertex_array_range for more
57 Additions to the OpenGL 1.4 Specification
61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
MESA_window_pos.spec 27 The extension is written against the OpenGL 1.2 Specification
78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation)
124 * Revision 1.0 - Initial specification
MESA_resize_buffers.spec 54 Additions to the OpenGL Specification (no particular section)
81 * Revision 1.0 - Initial specification
MESA_set_3dfx_mode.spec 53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
85 8 June 2000 - initial specification
MESA_texture_signed_rgba.spec 35 Written based on the wording of the OpenGL 2.0 specification.
127 The specification language for this extension is silent
128 about clamping behavior leaving this to the core specification
130 to the core specification and other extensions.
197 Additions to Chapter 3 of the OpenGL 2.0 Specification (Rasterization):
199 -- Section 3.8.1, Texture Image Specification
MESA_shader_debug.spec 35 The extension is written against the OpenGL 1.5 specification.
38 Specification.
84 Additions to Chapter 2 of the OpenGL 1.5 Specification
89 Additions to Chapter 3 of the OpenGL 1.5 Specification (Rasterization)
93 Additions to Chapter 4 of the OpenGL 1.5 Specification (Per-Fragment
98 Additions to Chapter 5 of the OpenGL 1.5 Specification
103 Additions to Chapter 6 of the OpenGL 1.5 Specification (State and State
108 Additions to Appendix A of the OpenGL 1.5 Specification (Invariance)
112 Additions to Chapter 1 of the OpenGL Shading Language 1.10 Specification
117 Additions to Chapter 2 of the OpenGL Shading Language 1.10 Specification
    [all...]
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 40 which allows specification of a colormap.
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
90 8 June 2000 - initial specification
MESA_agp_offset.spec 31 This extensions is written against the OpenGL 1.4 Specification.
38 no real specification exists. See GL_NV_vertex_array_range for more
57 Additions to the OpenGL 1.4 Specification
61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
MESA_window_pos.spec 27 The extension is written against the OpenGL 1.2 Specification
78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation)
124 * Revision 1.0 - Initial specification
MESA_resize_buffers.spec 54 Additions to the OpenGL Specification (no particular section)
81 * Revision 1.0 - Initial specification
MESA_set_3dfx_mode.spec 53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
85 8 June 2000 - initial specification
MESA_texture_signed_rgba.spec 35 Written based on the wording of the OpenGL 2.0 specification.
127 The specification language for this extension is silent
128 about clamping behavior leaving this to the core specification
130 to the core specification and other extensions.
197 Additions to Chapter 3 of the OpenGL 2.0 Specification (Rasterization):
199 -- Section 3.8.1, Texture Image Specification
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 62 // DR1330: The exception-specification of an implicitly-declared special
107 // Don't instantiate the exception specification here.
112 // Any odr-use causes the exception specification to be evaluated.
114 expected-note {{instantiation of exception specification for 'Error'}} \
115 expected-note {{instantiation of exception specification for '~Error'}}
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 31 The TLS specification mandates that an alert of some sort
  /build/target/board/generic_arm64/
BoardConfig.mk 38 # ARM-v8 specification allows you to assume NEON and all the features
  /external/chromium_org/v8/test/webkit/fast/regex/
ecma-regex-examples.js 25 "This page tests the regex examples from the ECMA-262 specification."
  /external/flac/libFLAC/
stream_encoder.c     [all...]

Completed in 406 milliseconds

1 2 3 4 5