HomeSort by relevance Sort by last modified time
    Searched refs:pVertices (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 840 @param[in] pVertices
843 unsigned int CPVRTPrint3D::UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<PVRTuint32>& Text, SPVRTPrint3DAPIVertex * const pVertices)
901 pVertices[VertexCount+0].sx = f2vt(XPos + fAOff);
902 pVertices[VertexCount+0].sy = f2vt(YPos + fYOffset);
903 pVertices[VertexCount+0].sz = f2vt(fZPos);
904 pVertices[VertexCount+0].rhw = f2vt(1.0f);
905 pVertices[VertexCount+0].tu = f2vt(m_pUVs[uiIdx].fUL);
906 pVertices[VertexCount+0].tv = f2vt(m_pUVs[uiIdx].fVT);
908 pVertices[VertexCount+1].sx = f2vt(XPos + fAOff + PVRTMakeWhole(m_pRects[uiIdx].nW * fScale));
909 pVertices[VertexCount+1].sy = f2vt(YPos + fYOffset)
    [all...]
PVRTPrint3D.h 276 @param[in] pVertices
279 unsigned int UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<PVRTuint32>& Text, SPVRTPrint3DAPIVertex * const pVertices);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 45 JabColorF *pVertices;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 631 tcu::Vec4* const pVertices = reinterpret_cast<tcu::Vec4*>(vertexBufferAlloc->getHostPtr());
633 pVertices[0] = tcu::Vec4( 1.0f, -1.0f, 0.5f, 1.0f);
634 pVertices[1] = tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f);
635 pVertices[2] = tcu::Vec4(-1.0f, 1.0f, 0.5f, 1.0f);
637 pVertices[3] = tcu::Vec4(-1.0f, 1.0f, 0.5f, 1.0f);
638 pVertices[4] = tcu::Vec4( 1.0f, 1.0f, 1.0f, 1.0f);
639 pVertices[5] = tcu::Vec4( 1.0f, -1.0f, 0.5f, 1.0f);
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 522 VOID* pVertices;
523 if (FAILED(_pVB->Lock(0, sizeof(Vertices), (void**) &pVertices, 0)))
529 memcpy(pVertices, Vertices, sizeof(Vertices));
915 VOID* pVertices;
917 (void**) &pVertices, 0)))
923 memcpy(pVertices, newVertices, sizeof(newVertices));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 258 const std::vector<Vertex4RGBA>* pVertices,
272 const std::vector<Vertex4RGBA>* pVertices);
    [all...]
vktPipelineSpecConstantTests.cpp 587 tcu::Vec4* pVertices = reinterpret_cast<tcu::Vec4*>(alloc.getHostPtr());
589 pVertices[0] = tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f);
590 pVertices[1] = tcu::Vec4(-1.0f, 1.0f, 0.0f, 1.0f);
591 pVertices[2] = tcu::Vec4( 1.0f, -1.0f, 0.0f, 1.0f);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 586 float *pVertices = ( (float*)&Vertices );
624 glVertexAttribPointer(VERTEX_ARRAY, 3, GL_FLOAT, GL_FALSE, 0, (const void*)pVertices);

Completed in 132 milliseconds