OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvData
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.cpp
387
SVertexShVol *
pvData
;
408
_RPT3(_CRT_WARN, "ShadowMeshInitMesh() %5d byte VB (%3dv x 2 x size(%d))\n", psMesh->nV * 2 * sizeof(*
pvData
), psMesh->nV, sizeof(*
pvData
));
412
sVBBufferDesc.ByteWidth = psMesh->nV * 2 * 3 * sizeof(*
pvData
);
437
pvData
= (SVertexShVol*) data.pData;
446
pContext->pglExt->glBufferDataARB(GL_ARRAY_BUFFER_ARB, psMesh->nV * 2 * sizeof(*
pvData
), NULL, GL_STREAM_DRAW_ARB);
447
pvData
= (SVertexShVol*)pContext->pglExt->glMapBufferARB(GL_ARRAY_BUFFER_ARB, GL_WRITE_ONLY_ARB);
451
psMesh->pivb = malloc(psMesh->nV * 2 * sizeof(*
pvData
));
452
pvData
= (SVertexShVol*)psMesh->pivb;
460
pvData
[nCurr].x = psMesh->pV[nCurr].x
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dplay8.h
309
PVOID
pvData
;
318
PVOID
pvData
;
[
all
...]
oaidl.h
329
PVOID
pvData
;
[
all
...]
esent.h
[
all
...]
commctrl.h
[
all
...]
Completed in 4107 milliseconds