Home
last modified time | relevance | path

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

123456

/external/deqp/framework/opengl/
DgluShaderProgram.hpp127 void setSeparable (bool separable);
235 bool separable; member
236 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable()
294 bool separable; member
296 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources()
302 … operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; … in operator <<()
DgluShaderProgram.cpp247 int separable = GL_FALSE; in isSeparable() local
249 m_gl.getProgramiv(m_program, GL_PROGRAM_SEPARABLE, &separable); in isSeparable()
252 return (separable != GL_FALSE); in isSeparable()
255 void Program::setSeparable (bool separable) in setSeparable() argument
257 m_gl.programParameteri(m_program, GL_PROGRAM_SEPARABLE, separable); in setSeparable()
363 if (sources.separable) in init()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp95 void setSeparable (bool separable);
Des31fProgramInterfaceDefinition.cpp470 void Program::setSeparable (bool separable) in setSeparable() argument
472 m_separable = separable; in setSeparable()
Des31fSeparateShaderTests.cpp1036 bool separable);
1092 bool separable) in createShaderProgram() argument
1100 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-trace/trace-viewer/tracing/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/slf4j/jcl-over-slf4j/
DLICENSE.txt45 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/PicoLangInstallerEngUsa/
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/android-mock/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/android-clat/
DNOTICE57 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/mtpd/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/external/libnfc-nxp/
DNOTICE57 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/svox/picolanginstaller/
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/svox/pico_resources/
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/PicoLangInstallerItaIta/
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,

123456