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

  /external/skia/src/gpu/
SkGr.cpp 100 return ctx->createAndLockTexture(key, sampler, desc, storage.get(),
111 return ctx->createAndLockTexture(key, sampler, desc, bitmap->getPixels(),
  /external/skia/gpu/include/
GrContext.h 99 GrTextureEntry* createAndLockTexture(GrTextureKey* key,
110 * Textures created by createAndLockTexture() hide the complications of
  /external/skia/gpu/src/
GrContext.cpp 202 GrTextureEntry* GrContext::createAndLockTexture(GrTextureKey* key,
210 GrPrintf("GrContext::createAndLockTexture [%d %d]\n", desc.fWidth, desc.fHeight);
221 clampEntry = createAndLockTexture(&clampKey,
    [all...]

Completed in 94 milliseconds