/external/angle/src/libANGLE/renderer/gl/ |
D | renderergl_utils.h | 43 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 …]
|
D | FunctionsGL.cpp | 98 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 …]
|
D | FenceNVGL.h | 16 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;
|
D | formatutilsgl.h | 72 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,
|
D | QueryGL.h | 19 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;
|
D | ProgramPipelineGL.h | 18 class FunctionsGL; variable 23 ProgramPipelineGL(const gl::ProgramPipelineState &data, const FunctionsGL *functions); 29 const FunctionsGL *mFunctions;
|
D | SamplerGL.h | 18 class FunctionsGL; variable 25 const FunctionsGL *functions, 34 const FunctionsGL *mFunctions;
|
D | SyncGL.h | 16 class FunctionsGL; variable 21 explicit SyncGL(const FunctionsGL *functions); 37 const FunctionsGL *mFunctions;
|
D | FunctionsGL.h | 32 class FunctionsGL : public DispatchTableGL 35 FunctionsGL(); 36 ~FunctionsGL() override;
|
D | renderergl_utils.cpp | 44 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 …]
|
D | FenceNVGL.cpp | 19 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()
|
D | TransformFeedbackGL.h | 17 class FunctionsGL; variable 24 const FunctionsGL *functions, 45 const FunctionsGL *mFunctions;
|
D | BufferGL.cpp | 63 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()
|
D | MemoryObjectGL.cpp | 28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() 35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() 48 const FunctionsGL *functions = GetFunctionsGL(context); in importFd()
|
D | ClearMultiviewGL.h | 24 class FunctionsGL; variable 41 ClearMultiviewGL(const FunctionsGL *functions, StateManagerGL *stateManager); 79 const FunctionsGL *mFunctions;
|
D | RendererGL.h | 50 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;
|
D | SemaphoreGL.cpp | 58 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()
|
D | CompilerGL.h | 16 class FunctionsGL; variable 21 CompilerGL(const FunctionsGL *functions);
|
D | SamplerGL.cpp | 18 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()
|
D | QueryGL.cpp | 60 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()
|
D | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() 86 CompilerGL::CompilerGL(const FunctionsGL *functions) in CompilerGL()
|
D | ContextGL.cpp | 61 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/ |
D | DisplayGbm.cpp | 120 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/ |
D | DXGISwapChainWindowSurfaceWGL.h | 20 class FunctionsGL; variable 34 const FunctionsGL *functionsGL, 75 const FunctionsGL *mFunctionsGL;
|
D | D3DTextureSurfaceWGL.h | 19 class FunctionsGL; variable 34 const FunctionsGL *functionsGL, 80 const FunctionsGL *mFunctionsGL;
|