Home
last modified time | relevance | path

Searched refs:FunctionsGL (Results 1 – 25 of 82) sorted by relevance

1234

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h43 class FunctionsGL; variable
65 VendorID GetVendorID(const FunctionsGL *functions);
68 const FunctionsGL *GetFunctionsGL(const gl::Context *context);
100 void GenerateCaps(const FunctionsGL *functions,
109 void InitializeFeatures(const FunctionsGL *functions, angle::FeaturesGL *features);
110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
111 void ReInitializeFeaturesAtGPUSwitch(const FunctionsGL *functions, angle::FeaturesGL *features);
116 bool SupportsVertexArrayObjects(const FunctionsGL *functions);
117 bool CanUseDefaultVertexArrayObject(const FunctionsGL *functions);
118 bool SupportsCompute(const FunctionsGL *functions);
[all …]
DFunctionsGL.cpp98 FunctionsGL::FunctionsGL() : version(), standard(), extensions() {} in FunctionsGL() function in rx::FunctionsGL
100 FunctionsGL::~FunctionsGL() {} in ~FunctionsGL()
102 void FunctionsGL::initialize(const egl::AttributeMap &displayAttributes) in initialize()
199 bool FunctionsGL::isAtLeastGL(const gl::Version &glVersion) const in isAtLeastGL()
204 bool FunctionsGL::isAtMostGL(const gl::Version &glVersion) const in isAtMostGL()
209 bool FunctionsGL::isAtLeastGLES(const gl::Version &glesVersion) const in isAtLeastGLES()
214 bool FunctionsGL::isAtMostGLES(const gl::Version &glesVersion) const in isAtMostGLES()
219 bool FunctionsGL::hasExtension(const std::string &ext) const in hasExtension()
224 bool FunctionsGL::hasGLExtension(const std::string &ext) const in hasGLExtension()
229 bool FunctionsGL::hasGLESExtension(const std::string &ext) const in hasGLESExtension()
[all …]
DFenceNVGL.h16 class FunctionsGL; variable
22 explicit FenceNVGL(const FunctionsGL *functions);
30 static bool Supported(const FunctionsGL *functions);
35 const FunctionsGL *mFunctions;
42 explicit FenceNVSyncGL(const FunctionsGL *functions);
50 static bool Supported(const FunctionsGL *functions);
55 const FunctionsGL *mFunctions;
Dformatutilsgl.h72 TexImageFormat GetTexImageFormat(const FunctionsGL *functions,
83 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions,
92 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions,
100 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions,
108 CopyTexImageImageFormat GetCopyTexImageImageFormat(const FunctionsGL *functions,
117 TexStorageFormat GetTexStorageFormat(const FunctionsGL *functions,
125 RenderbufferFormat GetRenderbufferFormat(const FunctionsGL *functions,
134 ReadPixelsFormat GetReadPixelsFormat(const FunctionsGL *functions,
DQueryGL.h19 class FunctionsGL; variable
41 StandardQueryGL(gl::QueryType type, const FunctionsGL *functions, StateManagerGL *stateManager);
62 const FunctionsGL *mFunctions;
74 SyncQueryGL(gl::QueryType type, const FunctionsGL *functions);
77 static bool IsSupported(const FunctionsGL *functions);
97 const FunctionsGL *mFunctions;
DProgramPipelineGL.h18 class FunctionsGL; variable
23 ProgramPipelineGL(const gl::ProgramPipelineState &data, const FunctionsGL *functions);
29 const FunctionsGL *mFunctions;
DSamplerGL.h18 class FunctionsGL; variable
25 const FunctionsGL *functions,
34 const FunctionsGL *mFunctions;
DSyncGL.h16 class FunctionsGL; variable
21 explicit SyncGL(const FunctionsGL *functions);
37 const FunctionsGL *mFunctions;
DFunctionsGL.h32 class FunctionsGL : public DispatchTableGL
35 FunctionsGL();
36 ~FunctionsGL() override;
Drenderergl_utils.cpp44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString()
49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa()
72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber()
87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber()
101 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber()
115 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx()
121 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx()
127 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder()
133 bool IsAdreno5xx(const FunctionsGL *functions) in IsAdreno5xx()
139 bool IsMaliT8xxOrOlder(const FunctionsGL *functions) in IsMaliT8xxOrOlder()
[all …]
DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL()
53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported()
58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL()
104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
DTransformFeedbackGL.h17 class FunctionsGL; variable
24 const FunctionsGL *functions,
45 const FunctionsGL *mFunctions;
DBufferGL.cpp63 const FunctionsGL *functions = GetFunctionsGL(context); in setData()
95 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData()
120 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData()
147 const FunctionsGL *functions = GetFunctionsGL(context); in map()
186 const FunctionsGL *functions = GetFunctionsGL(context); in mapRange()
214 const FunctionsGL *functions = GetFunctionsGL(context); in unmap()
251 const FunctionsGL *functions = GetFunctionsGL(context); in getIndexRange()
DMemoryObjectGL.cpp28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy()
35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory()
48 const FunctionsGL *functions = GetFunctionsGL(context); in importFd()
DClearMultiviewGL.h24 class FunctionsGL; variable
41 ClearMultiviewGL(const FunctionsGL *functions, StateManagerGL *stateManager);
79 const FunctionsGL *mFunctions;
DRendererGL.h50 class FunctionsGL; variable
81 RendererGL(std::unique_ptr<FunctionsGL> functions,
104 const FunctionsGL *getFunctions() const { return mFunctions.get(); } in getFunctions()
154 std::unique_ptr<FunctionsGL> mFunctions;
DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy()
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd()
82 const FunctionsGL *functions = GetFunctionsGL(context); in wait()
103 const FunctionsGL *functions = GetFunctionsGL(context); in signal()
DCompilerGL.h16 class FunctionsGL; variable
21 CompilerGL(const FunctionsGL *functions);
DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter()
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember()
69 const FunctionsGL *functions, in SamplerGL()
DQueryGL.cpp60 const FunctionsGL *functions, in StandardQueryGL()
245 SyncProviderGLSync(const FunctionsGL *functions) : mFunctions(functions), mSync(nullptr) {} in SyncProviderGLSync()
277 const FunctionsGL *mFunctions;
284 SyncProviderGLQuery(const FunctionsGL *functions) : mFunctions(functions), mQuery(0) {} in SyncProviderGLQuery()
318 const FunctionsGL *mFunctions;
322 SyncQueryGL::SyncQueryGL(gl::QueryType type, const FunctionsGL *functions) in SyncQueryGL()
331 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported()
DCompilerGL.cpp20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType()
86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
DContextGL.cpp61 const FunctionsGL *functions = getFunctions(); in createShader()
74 const FunctionsGL *funcs = getFunctions(); in createFramebuffer()
84 const FunctionsGL *functions = getFunctions(); in createTexture()
96 const FunctionsGL *functions = getFunctions(); in createRenderbuffer()
108 const FunctionsGL *functions = getFunctions(); in createBuffer()
129 const FunctionsGL *functions = getFunctions(); in createVertexArray()
151 const FunctionsGL *functions = getFunctions(); in createFenceNV()
185 const FunctionsGL *functions = getFunctions(); in createMemoryObject()
195 const FunctionsGL *functions = getFunctions(); in createSemaphore()
366 const FunctionsGL *functions = getFunctions(); in updateAttributesForBaseInstance()
[all …]
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp120 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in ~Buffer()
147 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in reset()
210 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in resize()
242 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in bindTexImage()
250 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in getTexture()
287 const FunctionsGL *functions = GetFunctionsGL(context); in createGLFB()
332 const FunctionsGL *gl = mDisplay->mRenderer->getFunctions(); in createRenderbuffers()
529 std::unique_ptr<FunctionsGL> functionsGL(mEGL->makeFunctionsGL()); in initialize()
615 const FunctionsGL *gl = mRenderer->getFunctions(); in makeShader()
635 const FunctionsGL *gl = mRenderer->getFunctions(); in drawWithTexture()
[all …]
/external/angle/src/libANGLE/renderer/gl/wgl/
DDXGISwapChainWindowSurfaceWGL.h20 class FunctionsGL; variable
34 const FunctionsGL *functionsGL,
75 const FunctionsGL *mFunctionsGL;
DD3DTextureSurfaceWGL.h19 class FunctionsGL; variable
34 const FunctionsGL *functionsGL,
80 const FunctionsGL *mFunctionsGL;

1234