OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeScratchKey
(Results
1 - 7
of
7
) sorted by null
/external/skia/src/gpu/
GrIndexBuffer.h
19
static void
ComputeScratchKey
(size_t size, bool dynamic, GrScratchKey* key) {
42
ComputeScratchKey
(gpuMemorySize, dynamic, &key);
GrVertexBuffer.h
18
static void
ComputeScratchKey
(size_t size, bool dynamic, GrScratchKey* key) {
33
ComputeScratchKey
(gpuMemorySize, dynamic, &key);
GrTexturePriv.h
42
static void
ComputeScratchKey
(const GrSurfaceDesc&, GrScratchKey*);
GrTexture.cpp
91
GrTexturePriv::
ComputeScratchKey
(desc, &key);
96
void GrTexturePriv::
ComputeScratchKey
(const GrSurfaceDesc& desc, GrScratchKey* key) {
GrResourceProvider.cpp
106
GrIndexBuffer::
ComputeScratchKey
(size, true, &key);
135
GrVertexBuffer::
ComputeScratchKey
(size, true, &key);
GrTextureProvider.cpp
97
GrTexturePriv::
ComputeScratchKey
(*desc, &key);
/external/skia/tests/
ResourceCacheTest.cpp
297
static void
ComputeScratchKey
(SimulatedProperty property, GrScratchKey* key) {
318
ComputeScratchKey
(fProperty, &scratchKey);
566
TestResource::
ComputeScratchKey
(TestResource::kA_SimulatedProperty, &key);
630
TestResource::
ComputeScratchKey
(TestResource::kA_SimulatedProperty, &scratchKey1);
635
TestResource::
ComputeScratchKey
(TestResource::kB_SimulatedProperty, &scratchKey);
677
TestResource::
ComputeScratchKey
(TestResource::kA_SimulatedProperty, &scratchKey);
682
TestResource::
ComputeScratchKey
(TestResource::kB_SimulatedProperty, &scratchKey);
737
TestResource::
ComputeScratchKey
(TestResource::kA_SimulatedProperty, &scratchKey1);
739
TestResource::
ComputeScratchKey
(TestResource::kB_SimulatedProperty, &scratchKey2)
[
all
...]
Completed in 1001 milliseconds