Home
last modified time | relevance | path

Searched refs:getSerial (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DRenderbuffer.h62 virtual unsigned int getSerial() const = 0;
88 virtual unsigned int getSerial() const;
117 virtual unsigned int getSerial() const;
146 virtual unsigned int getSerial() const;
199 unsigned int getSerial() const;
DRenderbuffer.cpp127 unsigned int RenderbufferTexture2D::getSerial() const in getSerial() function in gl::RenderbufferTexture2D
196 unsigned int RenderbufferTextureCubeMap::getSerial() const in getSerial() function in gl::RenderbufferTextureCubeMap
300 unsigned int Renderbuffer::getSerial() const in getSerial() function in gl::Renderbuffer
302 return mInstance->getSerial(); in getSerial()
366 unsigned int RenderbufferStorage::getSerial() const in getSerial() function in gl::RenderbufferStorage
DFramebuffer.cpp148 return colorbuffer->getSerial(); in getRenderTargetSerial()
160 return depthbuffer->getSerial(); in getDepthbufferSerial()
172 return stencilbuffer->getSerial(); in getStencilbufferSerial()
DProgramBinary.h115 unsigned int getSerial() const;
DProgramBinary.cpp95 unsigned int ProgramBinary::getSerial() const in getSerial() function in gl::ProgramBinary
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexBuffer.cpp28 unsigned int IndexBuffer::getSerial() const in getSerial() function in rx::IndexBuffer
65 unsigned int IndexBufferInterface::getSerial() const in getSerial() function in rx::IndexBufferInterface
67 return mIndexBuffer->getSerial(); in getSerial()
DVertexBuffer.cpp34 unsigned int VertexBuffer::getSerial() const in getSerial() function in rx::VertexBuffer
53 unsigned int VertexBufferInterface::getSerial() const in getSerial() function in rx::VertexBufferInterface
55 return mVertexBuffer->getSerial(); in getSerial()
DIndexBuffer.h37 unsigned int getSerial() const;
60 unsigned int getSerial() const;
DVertexBuffer.h45 unsigned int getSerial() const;
68 unsigned int getSerial() const;
DBufferStorage.cpp26 unsigned int BufferStorage::getSerial() const in getSerial() function in rx::BufferStorage
DBufferStorage.h30 unsigned int getSerial() const;
DVertexDataManager.cpp236 … translated[i].serial = directStorage ? storage->getSerial() : vertexBuffer->getSerial(); in prepareVertexData()
278 translated[i].serial = mCurrentValueBuffer[i]->getSerial(); in prepareVertexData()
DInputLayoutCache.cpp118 … vertexBufferSerials[i] = bufferStorage ? bufferStorage->getSerial() : vertexBuffer->getSerial(); in applyVertexBuffers()
DIndexDataManager.cpp257 translated->serial = directStorage ? storage->getSerial() : indexBuffer->getSerial(); in prepareIndexData()
DRenderer11.cpp896 renderTargetSerials[colorAttachment] = colorbuffer->getSerial(); in applyRenderTarget()
956 depthbufferSerial = depthStencil->getSerial(); in applyRenderTarget()
968 stencilbufferSerial = depthStencil->getSerial(); in applyRenderTarget()
1069 mAppliedStorageIBSerial = storage->getSerial(); in applyIndexBuffer()
1218 if (mAppliedIBSerial != mLineLoopIB->getSerial() || mAppliedIBOffset != indexBufferOffset) in drawLineLoop()
1223 mAppliedIBSerial = mLineLoopIB->getSerial(); in drawLineLoop()
1327 if (mAppliedIBSerial != mTriangleFanIB->getSerial() || mAppliedIBOffset != indexBufferOffset) in drawTriangleFan()
1332 mAppliedIBSerial = mTriangleFanIB->getSerial(); in drawTriangleFan()
1349 unsigned int programBinarySerial = programBinary->getSerial(); in applyShaders()
DRenderer9.cpp1262 unsigned int renderTargetSerial = renderbufferObject->getSerial(); in applyRenderTarget()
1299 depthbufferSerial = depthStencil->getSerial(); in applyRenderTarget()
1310 stencilbufferSerial = depthStencil->getSerial(); in applyRenderTarget()
1426 if (mAppliedIBSerial != countingIB->getSerial()) in drawArrays()
1431 mAppliedIBSerial = countingIB->getSerial(); in drawArrays()
1649 if (mAppliedIBSerial != mLineLoopIB->getSerial()) in drawLineLoop()
1654 mAppliedIBSerial = mLineLoopIB->getSerial(); in drawLineLoop()
1693 unsigned int programBinarySerial = programBinary->getSerial(); in applyShaders()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DAttributeCertificateHolder.java256 return holder.getBaseCertificateID().getSerial().getValue(); in getSerialNumber()
278 … return holder.getBaseCertificateID().getSerial().getValue().equals(x509Cert.getSerialNumber()) in match()
DAttributeCertificateIssuer.java126 … return issuer.getBaseCertificateID().getSerial().getValue().equals(x509Cert.getSerialNumber()) in match()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DAttributeCertificateHolder.java316 return holder.getBaseCertificateID().getSerial().getValue(); in getSerialNumber()
341 … return holder.getBaseCertificateID().getSerial().getValue().equals(x509Cert.getSerialNumber()) in match()
DAttributeCertificateIssuer.java155 … return issuer.getBaseCertificateID().getSerial().getValue().equals(x509Cert.getSerialNumber()) in match()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DIssuerSerial.java81 public ASN1Integer getSerial() in getSerial() method in IssuerSerial
/external/smack/src/org/xbill/DNS/
DSOARecord.java123 getSerial() { in getSerial() method in SOARecord
DZoneTransferIn.java380 return soa.getSerial(); in getSOASerial()