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

1 23 4 5 6 7 8 91011>>

  /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();
161 glw::GLint maxTextureSize = 0;
162 glw::GLint maxTextureLayers = 0;
163 glw::GLint maxSamples = 0;
346 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, const glu::ContextType& contextType)
129 glw::GLenum internalFormat;
143 glw::GLenum bindTarget;
144 glw::GLenum queryTarget;
177 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type)
193 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type
    [all...]
es31fIntegerStateQueryTests.cpp 70 MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType);
74 const glw::GLenum m_target;
79 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType)
102 TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType);
107 const glw::GLenum m_texTarget;
108 const glw::GLenum m_bindTarget;
112 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType)
151 glw::GLuint texture
    [all...]
es31fBooleanStateQueryTests.cpp 61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVersion)
96 const glw::GLenum m_targetName;
138 glw::GLenum targetName;
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...]
es31fTextureMultisampleTests.cpp 44 using namespace glw;
191 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
342 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
389 gl.bufferData (GL_ARRAY_BUFFER, (glw::GLsizeiptr)(m_testTriangles.size() * sizeof(Triangle)), &m_testTriangles[0], GL_STATIC_DRAW);
400 gl.drawArrays (GL_TRIANGLES, 0, (glw::GLsizei)(m_testTriangles.size() * 3));
426 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
475 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
565 glw::GLuint m_texID;
566 glw::GLuint m_vaoID;
567 glw::GLuint m_vboID
    [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 84 Shader (const glw::Functions& gl, ShaderType shaderType);
105 const glw::Functions& m_gl;
116 Program (const glw::Functions& gl);
146 const glw::Functions& m_gl;
159 ProgramPipeline (const glw::Functions& gl);
171 const glw::Functions& m_gl;
186 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
201 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 48 class WGLFunctionLoader : public glw::FunctionLoader
56 glw::GenericFuncType get (const char* name) const
58 return (glw::GenericFuncType)m_context.getGLFunction(name);
74 const glw::Functions& getFunctions (void) const { return m_functions; }
86 glw::Functions m_functions;
  /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...]
glsStateChangePerfTestCases.cpp 45 using namespace glw;
234 const glw::Functions& gl = m_renderCtx.getFunctions();
264 const glw::Functions& gl = m_renderCtx.getFunctions();
333 const glw::Functions& gl = m_renderCtx.getFunctions();
379 const glw::Functions& gl = m_renderCtx.getFunctions();
416 const glw::Functions& gl = m_renderCtx.getFunctions();
445 const glw::Functions& gl = m_renderCtx.getFunctions();
463 const glw::Functions& gl = m_renderCtx.getFunctions();
486 const glw::Functions& gl = m_renderCtx.getFunctions();
577 const glw::Functions& gl = m_renderCtx.getFunctions()
    [all...]
  /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/egl/
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;
188 virtual void initTexture (const glw::Functions& gl) const = 0;
232 MovePtr<ClientBuffer> TextureImageSource::createBuffer (const glw::Functions& gl, Texture2D* ref) const
278 void initTexture (const glw::Functions& gl) const;
281 void Texture2DImageSource::initTexture (const glw::Functions& gl) const
297 void initTexture (const glw::Functions& gl) const;
302 void TextureCubeMapImageSource::initTexture (const glw::Functions& gl) const
322 RenderbufferClientBuffer (const glw::Functions& gl) : m_rbo (gl) {
    [all...]
  /external/deqp/modules/gles2/functional/
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/framework/platform/ios/
tcuIOSPlatform.hh 91 virtual const glw::Functions& getFunctions (void) const { return m_functions; }
102 glw::Functions m_functions;

Completed in 386 milliseconds

1 23 4 5 6 7 8 91011>>