OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgramCache
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/libs/hwui/
ProgramCache.h
41
class
ProgramCache
{
43
ProgramCache
();
44
~
ProgramCache
();
62
}; // class
ProgramCache
ProgramCache.cpp
23
#include "
ProgramCache
.h"
393
ProgramCache
::
ProgramCache
(): mHasES3(Extensions::getInstance().getMajorGlVersion() >= 3) {
396
ProgramCache
::~
ProgramCache
() {
404
void
ProgramCache
::clear() {
414
Program*
ProgramCache
::get(const ProgramDescription& description) {
438
Program*
ProgramCache
::generateProgram(const ProgramDescription& description, programid key) {
449
String8
ProgramCache
::generateVertexShader(const ProgramDescription& description) {
527
String8
ProgramCache
::generateFragmentShader(const ProgramDescription& description)
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
program_cache.cc
14
ProgramCache
::
ProgramCache
() {}
15
ProgramCache
::~
ProgramCache
() {}
17
void
ProgramCache
::Clear() {
22
ProgramCache
::LinkedProgramStatus
ProgramCache
::GetLinkedProgramStatus(
42
return
ProgramCache
::LINK_UNKNOWN;
48
void
ProgramCache
::LinkedProgramCacheSuccess(
68
void
ProgramCache
::LinkedProgramCacheSuccess(const std::string& program_hash)
[
all
...]
program_cache.h
24
class GPU_EXPORT
ProgramCache
{
40
ProgramCache
();
41
virtual ~
ProgramCache
();
112
DISALLOW_COPY_AND_ASSIGN(
ProgramCache
);
/frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp
22
#include "
ProgramCache
.h"
78
ANDROID_SINGLETON_STATIC_INSTANCE(
ProgramCache
)
81
ProgramCache
::
ProgramCache
() {
84
ProgramCache
::~
ProgramCache
() {
87
ProgramCache
::Key
ProgramCache
::computeKey(const Description& description) {
105
String8
ProgramCache
::generateVertexShader(const Key& needs) {
123
String8
ProgramCache
::generateFragmentShader(const Key& needs)
[
all
...]
ProgramCache.h
40
class
ProgramCache
: public Singleton<
ProgramCache
> {
47
friend class
ProgramCache
;
107
ProgramCache
();
108
~
ProgramCache
();
130
ANDROID_BASIC_TYPES_TRAITS(
ProgramCache
::Key)
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp
22
struct GrGpuGL::
ProgramCache
::Entry {
30
struct GrGpuGL::
ProgramCache
::ProgDescLess {
42
GrGpuGL::
ProgramCache
::
ProgramCache
(GrGpuGL* gpu)
57
GrGpuGL::
ProgramCache
::~
ProgramCache
() {
77
void GrGpuGL::
ProgramCache
::abandon() {
86
int GrGpuGL::
ProgramCache
::search(const GrGLProgramDesc& desc) const {
91
GrGLProgram* GrGpuGL::
ProgramCache
::getProgram(const GrGLProgramDesc& desc,
GrGpuGL.h
184
class
ProgramCache
: public ::SkNoncopyable {
186
ProgramCache
(GrGpuGL* gpu);
187
~
ProgramCache
();
269
ProgramCache
* fProgramCache;
/external/skia/src/gpu/gl/
GrGpuGL_program.cpp
22
struct GrGpuGL::
ProgramCache
::Entry {
30
struct GrGpuGL::
ProgramCache
::ProgDescLess {
42
GrGpuGL::
ProgramCache
::
ProgramCache
(GrGpuGL* gpu)
57
GrGpuGL::
ProgramCache
::~
ProgramCache
() {
77
void GrGpuGL::
ProgramCache
::abandon() {
86
int GrGpuGL::
ProgramCache
::search(const GrGLProgramDesc& desc) const {
91
GrGLProgram* GrGpuGL::
ProgramCache
::getProgram(const GrGLProgramDesc& desc,
GrGpuGL.h
184
class
ProgramCache
: public ::SkNoncopyable {
186
ProgramCache
(GrGpuGL* gpu);
187
~
ProgramCache
();
269
ProgramCache
* fProgramCache;
Completed in 136 milliseconds