Home
last modified time | relevance | path

Searched defs:check (Results 1 – 12 of 12) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLSanityCheckTest.cpp38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local
55 auto check = [&systemInfo](const PlatformParameters &params) { in TEST_P() local
/device/linaro/hikey/wpan/uim/
DMakefile37 check: target
/device/generic/vulkan-cereal/stream-servers/
DStalePtrRegistry.h130 size_t countWithStaleness(Staleness check) const { in countWithStaleness()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp74 bool check = (mWritePosition + size < mWritePosition); in mapBuffer() local
DIndexDataManager.cpp97 bool check = (count > (std::numeric_limits<unsigned int>::max() >> dstTypeBytesShift)); in StreamInIndexBuffer() local
DTextureD3D.cpp373 bool check = (unpack.skipRows != 0 || unpack.skipPixels != 0 || unpack.imageHeight != 0 || in fastUnpackPixels() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
DPoolAlloc.h68 void check() const in check() function
/device/generic/vulkan-cereal/base/
DAlignedBuf_unittest.cpp139 auto check = [&]() { in TEST() local
/device/generic/vulkan-cereal/protocols/vulkan/xml/
Dtest_check_spec_links.py37 def check(self, string): member in CheckerWrapper
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/
Dconsistency_tools.py165 def check(self): member in XMLChecker
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3003 bool check = (d3d9VertexInfo.outputElementSize > in getVertexSpaceRequired() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3875 bool check = (elementSize > std::numeric_limits<unsigned int>::max() / elementCount); in getVertexSpaceRequired() local