Home
last modified time | relevance | path

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

12345678

/external/deqp/framework/opengl/
DgluShaderProgram.hpp136 void setSeparable (bool separable);
247 bool separable; member
248 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable()
306 bool separable; member
308 ProgramSources (void) : transformFeedbackBufferMode(0), separable(false) {} in ProgramSources()
314 … 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()
DgluShaderLibrary.cpp100 const bool isSeparable = !spec.programs.empty() && spec.programs[0].sources.separable; in isValid()
1439 pipelineProgram.sources.separable = true; in parseShaderCase()
/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/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt30 convince people. E.g., the idea of providing a package of separable
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp595 dst << ProgramSeparable(src.separable); in specializeProgramSources()
833 if (spec.programs[0].sources.separable) in isTessellationPresent()
926 const bool separablePrograms = m_spec.programs[0].sources.separable; in execute()
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf102 * separable blocks.
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
DCOPYING46 separable from, or merely link (or bind by name) to the interfaces of,
/external/snakeyaml/
DNOTICE45 separable from, or merely link (or bind by name) to the interfaces of,
DLICENSE.txt45 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/apache-harmony/
DNOTICE61 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/apache-http/
DNOTICE61 separable from, or merely link (or bind by name) to the interfaces of,
/external/svox/pico/lib/
DNOTICE58 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/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/svox/pico_resources/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,

12345678