HomeSort by relevance Sort by last modified time
    Searched refs:glw (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/deqp/modules/egl/
teglTestCase.hpp 71 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const;
72 void initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const;
teglImageUtil.cpp 72 using namespace glw;
146 TextureClientBuffer (const glw::Functions& gl) : m_texture (gl) {}
182 MovePtr<ClientBuffer> createBuffer (const glw::Functions& gl, Texture2D* reference) const;
187 virtual void initTexture (const glw::Functions& gl) const = 0;
204 MovePtr<ClientBuffer> TextureImageSource::createBuffer (const glw::Functions& gl, Texture2D* ref) const
250 void initTexture (const glw::Functions& gl) const;
253 void Texture2DImageSource::initTexture (const glw::Functions& gl) const
269 void initTexture (const glw::Functions& gl) const;
274 void TextureCubeMapImageSource::initTexture (const glw::Functions& gl) const
294 RenderbufferClientBuffer (const glw::Functions& gl) : m_rbo (gl) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 40 using namespace glw; // GL types
47 T query (const glw::Functions& gl, deUint32 param);
83 GLint query<GLint> (const glw::Functions& gl, deUint32 param)
91 GLfloat query<GLfloat> (const glw::Functions& gl, deUint32 param)
99 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param)
105 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
158 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es2fDebugMarkerTests.cpp 117 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
142 const glw::GLsizei length = passLength ? glw::GLsizei(nullTerminate ? message.size()-1 : message.size()) : 0;
176 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 92 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
120 const glw::GLenum prop = GL_OFFSET;
121 glw::GLint result = 0;
133 const glw::GLenum prop = GL_OFFSET;
134 glw::GLint result = 0;
146 const glw::GLenum prop = GL_ARRAY_STRIDE;
147 glw::GLint result = 0;
182 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
es31fShaderTextureSizeTests.cpp 37 using namespace glw;
79 glw::GLenum getTextureGLTarget (void);
80 glw::GLenum getTextureGLInternalFormat (void);
91 glw::GLuint m_texture;
92 glw::GLuint m_vbo;
152 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
153 glw::GLint maxTextureSize = 0;
154 glw::GLint maxTextureLayers = 0;
155 glw::GLint maxSamples = 0;
343 glw::GLenum TextureSizeCase::getTextureGLTarget (void
    [all...]
es31fAndroidExtensionPackES31ATests.cpp 73 ImplementationLimitCase (Context& context, const char* name, const char* description, glw::GLenum target, int limit);
78 const glw::GLenum m_target;
82 ImplementationLimitCase::ImplementationLimitCase (Context& context, const char* name, const char* description, glw::GLenum target, int limit)
94 StateQueryMemoryWriteGuard<glw::GLint> result;
183 glw::GLenum target;
es31fTextureLevelStateQueryTests.cpp 51 static bool textureTypeHasDepth (glw::GLenum textureBindTarget)
69 static bool textureTypeHasHeight (glw::GLenum textureBindTarget)
87 static const char* getTextureTargetExtension (glw::GLenum target)
100 static bool isCoreTextureTarget (glw::GLenum target)
124 glw::GLenum internalFormat;
138 glw::GLenum bindTarget;
139 glw::GLenum queryTarget;
172 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
188 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type
    [all...]
es31fVertexAttributeBindingTests.cpp 150 glw::GLuint m_vao;
261 glw::GLuint m_buf;
446 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
479 gl.bufferData(GL_ARRAY_BUFFER, (glw::GLsizeiptr)dataBuf.size(), &dataBuf[0], GL_STATIC_DRAW);
556 glw::GLuint m_primitiveBuf;
557 glw::GLuint m_colorOffsetBuf;
659 const glw::GLuint buffer = (m_spec.aliasingBuffers) ? (m_primitiveBuf) : (m_colorOffsetBuf);
663 gl.glBindVertexBuffer(colorOffsetBinding, buffer, offset, (glw::GLsizei)stride);
710 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
848 glw::GLuint m_posBuffer
    [all...]
es31fIndirectComputeDispatchTests.cpp 159 static int getResultBlockAlignedSize (const glw::Functions& gl)
184 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
202 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)data.size(), &data[0], GL_STATIC_DRAW);
241 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
251 gl.bufferData(GL_DISPATCH_INDIRECT_BUFFER, (glw::GLsizeiptr)m_bufferSize, DE_NULL, GL_STATIC_DRAW);
265 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
281 gl.bufferData(GL_SHADER_STORAGE_BUFFER, (glw::GLsizei)data.size(), &data[0], GL_STATIC_READ);
294 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
342 const glw::Functions& gl = renderCtx.getFunctions();
375 gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, 0, *resultBuffer, (glw::GLintptr)curOffset, resultBlockAlignedSize)
    [all...]
  /external/mesa3d/bin/
installmesa 70 cp -f ${TOP}/src/glw/*.h ${INCLUDE_DIR}/GL
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 51 const glw::Functions& gl = context.getFunctions();
70 const glw::Functions& gl = context.getFunctions();
89 const glw::Functions& gl = context.getFunctions();
109 const glw::Functions& gl = context.getFunctions();
128 const glw::Functions& gl = context.getFunctions();
gluProgramInterfaceQuery.cpp 33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam)
41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst)
61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables)
74 void getProgramInterfaceBlockInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceBlockInfo& info)
86 void getProgramInterfaceVariableInfo (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, InterfaceVariableInfo& info)
gluTexture.cpp 58 const glw::Functions& gl = context.getFunctions();
69 const glw::Functions& gl = context.getFunctions();
82 const glw::Functions& gl = m_context.getFunctions();
112 const glw::Functions& gl = context.getFunctions();
124 const glw::Functions& gl = context.getFunctions();
136 const glw::Functions& gl = context.getFunctions();
163 const glw::Functions& gl = m_context.getFunctions();
189 const glw::Functions& gl = m_context.getFunctions();
295 const glw::Functions& gl = m_context.getFunctions();
323 const glw::Functions& gl = m_context.getFunctions()
    [all...]
gluFboRenderContext.hpp 52 virtual const glw::Functions& getFunctions (void) const { return m_context->getFunctions(); }
gluShaderProgram.hpp 75 Shader (const glw::Functions& gl, ShaderType shaderType);
96 const glw::Functions& m_gl;
107 Program (const glw::Functions& gl);
137 const glw::Functions& m_gl;
150 ProgramPipeline (const glw::Functions& gl);
162 const glw::Functions& m_gl;
177 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
192 void init (const glw::Functions& gl, const ProgramSources& sources);
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 50 class GLFunctionLoader : public glw::FunctionLoader
58 glw::GenericFuncType get (const char* name) const
76 const glw::Functions& getFunctions (void) const { return m_functions; }
83 glw::Functions m_functions;
100 static glu::ApiType getVersion (const glw::Functions& gl)
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 46 class WGLFunctionLoader : public glw::FunctionLoader
54 glw::GenericFuncType get (const char* name) const
56 return (glw::GenericFuncType)m_context.getGLFunction(name);
72 const glw::Functions& getFunctions (void) const { return m_functions; }
84 glw::Functions m_functions;
  /external/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 33 using namespace glw; // GLint and other
50 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
61 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
82 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
86 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
126 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
130 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
162 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
166 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
es3fImplementationLimitTests.cpp 49 using namespace glw; // GL types
56 T query (const glw::Functions& gl, deUint32 param);
100 GLint query<GLint> (const glw::Functions& gl, deUint32 param)
108 GLint64 query<GLint64> (const glw::Functions& gl, deUint32 param)
116 GLuint64 query<GLuint64> (const glw::Functions& gl, deUint32 param)
124 GLfloat query<GLfloat> (const glw::Functions& gl,deUint32 param)
132 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param)
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param)
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
154 AlignmentInt query<AlignmentInt> (const glw::Functions& gl, deUint32 param
    [all...]
  /external/deqp/modules/glshared/
glsTextureStateQueryTests.cpp 44 using namespace glw;
47 static glw::GLenum mapTesterToPname (TesterType tester)
238 static bool isCoreTextureTarget (glw::GLenum target)
246 static RequiredExtensions getTextureTargetExtension (glw::GLenum target)
253 static bool isCoreTextureParam (glw::GLenum pname)
274 static RequiredExtensions getTextureParamExtension (glw::GLenum pname)
333 static bool isCoreTextureTarget (glw::GLenum target)
339 static RequiredExtensions getTextureTargetExtension (glw::GLenum target)
352 static bool isCoreTextureParam (glw::GLenum pname)
358 static RequiredExtensions getTextureParamExtension (glw::GLenum pname
    [all...]
glsFboUtil.cpp 34 using namespace glw;
68 static bool isFramebufferStatus (glw::GLenum fboStatus)
73 static bool isErrorCode (glw::GLenum errorCode)
167 const glw::Functions& gl = ctx.getFunctions();
168 glw::GLint majorVersion = 0;
169 glw::GLint minorVersion = 0;
329 static void glInitFlat (const TextureFlat& cfg, GLenum target, const glw::Functions& gl)
344 GLint depth_divider, const glw::Functions& gl)
360 static void glInit (const Texture& cfg, const glw::Functions& gl)
388 static GLuint glCreate (const Image& cfg, const glw::Functions& gl
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitFunctions.hpp 30 namespace glw namespace
50 } // glw
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 91 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
102 glw::Functions m_functions;
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 40 using namespace glw;
316 GLW_APICALL const glw::GLubyte* GLW_APIENTRY glGetString (GLenum name)
322 case GL_VENDOR: return (const glw::GLubyte*)ctx->vendor.c_str();
323 case GL_VERSION: return (const glw::GLubyte*)ctx->version.c_str();
324 case GL_RENDERER: return (const glw::GLubyte*)ctx->renderer.c_str();
325 case GL_SHADING_LANGUAGE_VERSION: return (const glw::GLubyte*)ctx->shadingLanguageVersion.c_str();
326 case GL_EXTENSIONS: return (const glw::GLubyte*)ctx->extensions.c_str();
333 GLW_APICALL const glw::GLubyte* GLW_APIENTRY glGetStringi (GLenum name, GLuint index)
340 return (const glw::GLubyte*)ctx->extensionList[index].c_str();
582 void initFunctions (glw::Functions* gl
    [all...]

Completed in 1487 milliseconds

1 23 4 5 6 7 8 91011>>