Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dcopyvertex.inl278 GLuint packedValue = *reinterpret_cast<const GLuint*>(input + (i * stride)); local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageConversion.cpp310 uint16_t packedValue = source[0]; in unpack() local
329 uint16_t packedValue = source[0]; in unpack() local
349 uint16_t packedValue = source[0]; in unpack() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp1738 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local