Searched refs:propFlags (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.hpp42 deUint32 propFlags; member in struct:deqp::gles31::Functional::ProgramResourceQueryTestTarget
H A Des31fProgramInterfaceQueryTestCase.cpp1710 , propFlags(propFlags_)
1714 case PROGRAMINTERFACE_UNIFORM: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_INTERFACE_MASK) == propFlags); break;
1715 case PROGRAMINTERFACE_UNIFORM_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_UNIFORM_BLOCK_INTERFACE_MASK) == propFlags); break;
1716 case PROGRAMINTERFACE_SHADER_STORAGE_BLOCK: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_SHADER_STORAGE_BLOCK_MASK) == propFlags); break;
1717 case PROGRAMINTERFACE_PROGRAM_INPUT: DE_ASSERT((propFlags & PROGRAMRESOURCEPROP_PROGRAM_INPUT_MASK) == propFlags); break;
1718 case PROGRAMINTERFACE_PROGRAM_OUTPUT: DE_ASSERT((propFlags
[all...]
/external/skia/src/core/
H A DSkCanvas.cpp92 const uint32_t propFlags = props.flags(); local
93 if (propFlags & SkSurfaceProps::kDisallowDither_Flag) {
96 if (propFlags & SkSurfaceProps::kDisallowAntiAlias_Flag) {

Completed in 90 milliseconds