OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLFunction
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/platform/win32/
tcuWGL.hpp
193
FunctionPtr
getGLFunction
(const char* name) const;
tcuWGLContextFactory.cpp
56
return (glw::GenericFuncType)m_context.
getGLFunction
(name);
tcuWin32GLES3Platform.cpp
44
return platformCtx->context->
getGLFunction
(procName);
tcuWGL.cpp
433
FunctionPtr Context::
getGLFunction
(const char* name) const
/external/deqp/modules/egl/
teglTestCase.hpp
69
deFunctionPtr
getGLFunction
(glu::ApiType apiType, const char* name) const;
teglTestCase.cpp
255
deFunctionPtr EglTestContext::
getGLFunction
(glu::ApiType apiType, const char* name) const
Completed in 93 milliseconds