Home
last modified time | relevance | path

Searched defs:plane1 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; in TAG() local
64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c944 static const UChar plane1[]={ 0xd800, 0xdc00 }; variable
/external/libvpx/libvpx/
Dvpxenc.c620 uint16_t *plane1, *plane2; in find_mismatch_high() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1148 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h440 const uint8_t* plane1, in IsPlaneEqual()