Home
last modified time | relevance | path

Searched refs:bData (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp64 glw::GLboolean bData; in iterate() local
133 gl.getBooleani_v(GL_COLOR_WRITEMASK, maxDrawBuffers, &bData); in iterate()
/third_party/FreeBSD/sys/dev/usb/
Dusb.h593 uByte bData[sizeof((uint8_t []){m})]; \
597 .bData = { m }, \
603 uByte bData[2]; member
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils_unittest.cpp2425 float *bData = b.data(); in TEST() local
2428 bData[i] += 0.09f; in TEST()
2435 bData[i] -= 2 * 0.09f; in TEST()
/third_party/sqlite/src/
Dsqlite3.c220833 int bData = 0;
220845 if( !pIter->abPK[i] && a1[0] ) bData = 1;
220849 bData = 1;
220858 if( bData ){