Searched defs:clientKey (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrContext.cpp163 GrContext::TextureKey clientKey,
174 v[0] = clientKey & 0xffffffffUL;
175 v[1] = (clientKey >> 32) & 0xffffffffUL;
161 gen_texture_key_values(const GrGpu* gpu, const GrSamplerState* sampler, GrContext::TextureKey clientKey, int width, int height, int sampleCnt, bool scratch, uint32_t v[4]) argument

Completed in 33 milliseconds