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

  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 255 var indexData = [ ];
287 indexData.push(first);
288 indexData.push(second);
289 indexData.push(first+1);
291 indexData.push(second);
292 indexData.push(second+1);
293 indexData.push(first+1);
311 retval.numIndices = indexData.length;
314 ctx.bufferData(ctx.ELEMENT_ARRAY_BUFFER, new Uint16Array(indexData), ctx.STREAM_DRAW);
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 82 long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned int numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int VertexStreamZeroStride) override;
101 long __stdcall GetIndices(IDirect3DIndexBuffer8 **indexData, unsigned int *baseVertexIndex) override;
134 long __stdcall SetIndices(IDirect3DIndexBuffer8 *indexData, unsigned int baseVertexIndex) override;
227 Direct3DIndexBuffer8 *indexData;
Direct3DStateBlock8.hpp 52 void setIndices(Direct3DIndexBuffer8 *indexData, unsigned int baseVertexIndex);
Direct3DStateBlock8.cpp 314 void Direct3DStateBlock8::setIndices(Direct3DIndexBuffer8 *indexData, unsigned int baseVertexIndex)
316 if(indexData) indexData->AddRef();
319 indexBuffer = indexData;
Direct3DDevice8.cpp 91 indexData = 0;
210 if(indexData)
212 indexData->unbind();
213 indexData = 0;
893 if(!indexData)
898 if(!bindData(indexData, baseVertexIndex) || !primitiveCount)
903 unsigned int indexOffset = startIndex * (indexData->is32Bit() ? 4 : 2); // FIXME: Doesn't take stream frequencies into account
907 if(indexData->is32Bit())
936 bindData(indexData, baseVertexIndex);
958 long Direct3DDevice8::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int vertexStreamZeroStride
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 141 long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned int numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int VertexStreamZeroStride) override;
161 long __stdcall SetIndices(IDirect3DIndexBuffer9 *indexData) override;
162 long __stdcall GetIndices(IDirect3DIndexBuffer9 **indexData) override;
Direct3DDevice9.hpp 85 long __stdcall DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minVertexIndex, unsigned int numVertexIndices, unsigned int PrimitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int VertexStreamZeroStride) override;
106 long __stdcall GetIndices(IDirect3DIndexBuffer9 **indexData) override;
150 long __stdcall SetIndices(IDirect3DIndexBuffer9 *indexData) override;
284 Direct3DIndexBuffer9 *indexData;
Direct3DStateBlock9.hpp 57 void setIndices(Direct3DIndexBuffer9 *indexData);
Direct3DDevice9Ex.cpp 236 long Direct3DDevice9Ex::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int vertexStreamZeroStride)
238 TRACE("D3DPRIMITIVETYPE type = %d, unsigned int minIndex = %d, unsigned int numVertices = %d, unsigned int primitiveCount = %d, const void *indexData = 0x%0.8p, D3DFORMAT indexDataFormat = %d, const void *vertexStreamZeroData = 0x%0.8p, unsigned int vertexStreamZeroStride = %d", type, minIndex, numVertices, primitiveCount, indexData, indexDataFormat, vertexStreamZeroData, vertexStreamZeroStride);
240 return Direct3DDevice9::DrawIndexedPrimitiveUP(type, minIndex, numVertices, primitiveCount, indexData, indexDataFormat, vertexStreamZeroData, vertexStreamZeroStride);
383 long Direct3DDevice9Ex::GetIndices(IDirect3DIndexBuffer9 **indexData)
385 TRACE("IDirect3DIndexBuffer9 **indexData = 0x%0.8p", indexData);
387 return Direct3DDevice9::GetIndices(indexData);
693 TRACE("IDirect3DIndexBuffer9* indexData = 0x%0.8p", iIndexBuffer);
    [all...]
Direct3DDevice9.cpp 105 indexData = 0;
243 if(indexData)
245 indexData->unbind();
246 indexData = 0;
1002 if(!indexData)
1007 if(!bindResources(indexData) || !primitiveCount)
1012 unsigned int indexOffset = startIndex * (indexData->is32Bit() ? 4 : 2); // FIXME: Doesn't take stream frequencies into account
1016 if(indexData->is32Bit())
1064 long Direct3DDevice9::DrawIndexedPrimitiveUP(D3DPRIMITIVETYPE type, unsigned int minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT indexDataFormat, const void *vertexStreamZeroData, unsigned int vertexStreamZeroStride)
1068 TRACE("D3DPRIMITIVETYPE type = %d, unsigned int minIndex = %d, unsigned int numVertices = %d, unsigned int primitiveCount = %d, const void *indexData = 0x%0.8p, D3DFORMAT indexDataFormat = %d, const void *vertexStreamZeroData = 0x%0.8p, unsigned in (…)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 407 int indexData = dataCursor.getColumnIndex(Data.DATA1);
412 data = dataCursor.getString(indexData);
520 int indexData = c.getColumnIndex(Data.DATA1);
525 data = c.getString(indexData);
  /external/replicaisland/src/com/replica/replicaisland/
HitReactionComponent.java 310 public void setSpawnGameEventOnHit(int hitType, int gameFlowEventType, int indexData) {
313 mGameEventIndexData = indexData;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 82 std::vector<deUint32>& indexData,
105 std::vector<deUint32>& indexData,
125 std::vector<deUint32>& indexData,
286 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const
615 indexData = indices;
640 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const
895 indexData = indices;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /external/libunwind_llvm/src/
UnwindCursor.hpp 760 uint32_t indexData = _addressSpace.get32(indexDataAddr);
761 if (indexData == UNW_EXIDX_CANTUNWIND)
770 if (indexData & 0x80000000) {
773 exceptionTableData = indexData;
776 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 707 uint32_t indexData = _addressSpace.get32(indexDataAddr);
708 if (indexData == UNW_EXIDX_CANTUNWIND)
717 if (indexData & 0x80000000) {
720 exceptionTableData = indexData;
723 exceptionTableAddr = indexDataAddr + signExtendPrel31(indexData);
    [all...]

Completed in 591 milliseconds