Searched defs:constantData (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Device.cpp | 280 …void Device::setPixelShaderConstantF(unsigned int startRegister, const float *constantData, unsign… in setPixelShaderConstantF() 371 …void Device::setVertexShaderConstantF(unsigned int startRegister, const float *constantData, unsig… in setVertexShaderConstantF()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DGpu.cpp | 1180 } constantData = { {1.f / width, 1.f / height}, srcMip, sampleMode }; in onRegenerateMipMapLevels() local
|
| /third_party/skia/m133/src/gpu/ganesh/d3d/ |
| D | GrD3DGpu.cpp | 1240 } constantData = { {1.f / width, 1.f / height}, srcMip, sampleMode }; in onRegenerateMipMapLevels() local
|