Searched refs:mParamsConstantBuffer (Results 1 – 2 of 2) sorted by relevance
43 mParamsConstantBuffer(), in PixelTransfer11()99 ANGLE_TRY(mRenderer->allocateResource(context11, constantBufferDesc, &mParamsConstantBuffer)); in loadResources()100 mParamsConstantBuffer.setDebugName("PixelTransfer11 constant buffer"); in loadResources()218 d3d11::SetBufferData(deviceContext, mParamsConstantBuffer.get(), shaderParams); in copyBufferToTexture()222 stateManager->setVertexConstantBuffer(0, &mParamsConstantBuffer); in copyBufferToTexture()
87 d3d11::Buffer mParamsConstantBuffer; variable