Home
last modified time | relevance | path

Searched defs:specialize (Results 1 – 9 of 9) sorted by relevance

/external/libaom/build/cmake/
Drtcd.pl80 sub specialize { subroutine
/external/libvpx/build/make/
Drtcd.pl75 sub specialize { subroutine
/external/deqp/framework/common/
DtcuStringTemplate.cpp64 string StringTemplate::specialize (const map<string, string>& params) const in specialize() function in tcu::StringTemplate
/external/rust/crates/ahash/src/
Dlib.rs144 mod specialize; module
/external/skia/src/gpu/ganesh/effects/
DGrSkSLFP.cpp399 bool specialize = specialized[i] == Specialized::kYes; in onAddToKey() local
DGrSkSLFP.h56 bool specialize; member
/external/deqp/framework/opengl/
DgluShaderProgram.cpp135 void Shader::specialize (const char* entryPoint, glw::GLuint numSpecializationConstants, in specialize() function in glu::Shader
/external/rust/pica/src/
Duci_packets.rs2397 pub fn specialize(&self) -> UciPacketChild { in specialize() method
2610 pub fn specialize(&self) -> UciCommandChild { in specialize() method
2858 pub fn specialize(&self) -> UciResponseChild { in specialize() method
3111 pub fn specialize(&self) -> UciNotificationChild { in specialize() method
3334 pub fn specialize(&self) -> CoreCommandChild { in specialize() method
3546 pub fn specialize(&self) -> CoreResponseChild { in specialize() method
3735 pub fn specialize(&self) -> CoreNotificationChild { in specialize() method
3966 pub fn specialize(&self) -> SessionCommandChild { in specialize() method
4221 pub fn specialize(&self) -> SessionResponseChild { in specialize() method
4433 pub fn specialize(&self) -> SessionNotificationChild { in specialize() method
[all …]
/external/skia/tests/
DSkRuntimeEffectTest.cpp1494 auto make_color_fp = [&](SkPMColor4f color, bool specialize) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS()