Home
last modified time | relevance | path

Searched refs:separable (Results 1 – 25 of 151) sorted by relevance

1234567

/external/deqp/framework/opengl/
DgluShaderProgram.hpp125 void setSeparable (bool separable);
230 bool separable; member
231 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable()
289 bool separable; member
291 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources()
297 … operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; … in operator <<()
DgluShaderProgram.cpp219 int separable = GL_FALSE; in isSeparable() local
221 gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable); in isSeparable()
224 return (separable != GL_FALSE); in isSeparable()
227 void Program::setSeparable (bool separable) in setSeparable() argument
231 gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable); in setSeparable()
326 if (sources.separable) in ShaderProgram()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp95 void setSeparable (bool separable);
Des31fProgramInterfaceDefinition.cpp352 void Program::setSeparable (bool separable) in setSeparable() argument
354 m_separable = separable; in setSeparable()
Des31fSeparateShaderTests.cpp929 bool separable);
984 bool separable) in createShaderProgram() argument
992 sources << ProgramSeparable(separable); in createShaderProgram()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt93 or separable shader programs.
98 separate tests for a complete vertex-fragment program and for separable
/external/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt30 convince people. E.g., the idea of providing a package of separable
/external/ceres-solver/docs/source/
Dbibliography.rst93 .. [RuheWedin] A. Ruhe and P.Å. Wedin, **Algorithms for separable
/external/chromium_org/third_party/skia/third_party/etc1/
DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/external/chromium-trace/trace-viewer/third_party/closure_linter/
DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
/external/chromium_org/third_party/closure_linter/
DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
/external/skia/third_party/etc1/
DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/
DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
/external/mtpd/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/pico/tts/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/apache-http/
DNOTICE61 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/pico/src/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/picolanginstaller/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/eyes-free/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/sqlite/android/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/PicoLangInstallerDeuDeu/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/stressapptest/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/PicoLangInstallerSpaEsp/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/PicoLangInstallerEngGbr/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/apache-harmony/
DNOTICE61 separable from, or merely link (or bind by name) to the interfaces of,

1234567