HomeSort by relevance Sort by last modified time
    Searched refs:separable (Results 1 - 24 of 24) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 136 void setSeparable (bool separable);
247 bool separable; member in struct:glu::ProgramSeparable
248 explicit ProgramSeparable (bool separable_) : separable(separable_) {}
306 bool separable; member in struct:glu::ProgramSources
308 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {}
314 ProgramSources& operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; return *this; }
gluShaderProgram.cpp 247 int separable = GL_FALSE; local
249 m_gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable);
252 return (separable != GL_FALSE);
255 void Program::setSeparable (bool separable)
257 m_gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable);
363 if (sources.separable)
gluShaderLibrary.cpp 100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable;
153 print("ERROR: Separable shaders supported only for complete cases!\n");
210 print("ERROR: Only cases using separable programs can have multiple programs!\n");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.hpp 95 void setSeparable (bool separable);
es31fProgramInterfaceDefinition.cpp 470 void Program::setSeparable (bool separable)
472 m_separable = separable;
es31fSeparateShaderTests.cpp 1036 bool separable);
1092 bool separable)
1100 sources << ProgramSeparable(separable);
    [all...]
es31fProgramInterfaceQueryTests.cpp 262 Program (bool separable = false)
264 , m_separable (separable)
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cSeparateShaderObjsTests.cpp 95 * * Test with program that isn't separable. Expect INVALID_OPERATION GL error.
278 * * Test creating separable shader objects both by
281 * * Test that separable program can contain and links properly if there are
538 int separable = GL_FALSE; local
542 gl.getProgramiv(program, GL_PROGRAM_SEPARABLE, &separable);
546 return (program != 0) && (separable == expectedSep) && (linked == expectedLink);
744 // Make separable and relink
793 // Program that is not separable
925 // Make separable and relin
1057 int separable; local
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 595 dst << ProgramSeparable(src.separable);
836 if (spec.programs[0].sources.separable)
929 const bool separablePrograms = m_spec.programs[0].sources.separable;
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
bcel.md 64 separable from, or merely link (or bind by name) to the interfaces of,
xalan.md 71 separable from, or merely link (or bind by name) to the interfaces of,
xerces.md 69 separable from, or merely link (or bind by name) to the interfaces of,
xmlresolver.md 65 separable from, or merely link (or bind by name) to the interfaces of,
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml.crypto/
santuario.md 67 separable from, or merely link (or bind by name) to the interfaces of,
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/
xmlresolver.md 65 separable from, or merely link (or bind by name) to the interfaces of,
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
bcel.md 64 separable from, or merely link (or bind by name) to the interfaces of,
xalan.md 71 separable from, or merely link (or bind by name) to the interfaces of,
xerces.md 69 separable from, or merely link (or bind by name) to the interfaces of,
xmlresolver.md 65 separable from, or merely link (or bind by name) to the interfaces of,
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml.crypto/
santuario.md 67 separable from, or merely link (or bind by name) to the interfaces of,
  /external/ImageMagick/www/api/
effect.php 542 <p>Using a separable kernel would be faster, but the negative weights cancel out on the corners of the kernel producing often undesirable ringing in the filtered result; this can be avoided by using a 2D gaussian shaped image sharpening kernel instead.</p>
  /external/kotlinc/
LICENSE 119 separable from, or merely link (or bind by name) to the interfaces of,
418 separable from, or merely link (or bind by name) to the interfaces of,
    [all...]
NOTICE 119 separable from, or merely link (or bind by name) to the interfaces of,
418 separable from, or merely link (or bind by name) to the interfaces of,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 594 dst << glu::ProgramSeparable(src.separable);
    [all...]

Completed in 859 milliseconds