Home
last modified time | relevance | path

Searched defs:AlphaFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp322 TEST_P(GLES1CovglTest, AlphaFunc) in TEST_P() argument
/third_party/mesa3d/src/mesa/main/
Dmtypes.h256 GLenum16 AlphaFunc; /**< Alpha test function */ member
/third_party/rust/crates/libc/src/
Dpsp.rs3565 pub fn sceGuAlphaFunc(func: AlphaFunc, value: i32, mask: i32); in sceGuAlphaFunc()