Home
last modified time | relevance | path

Searched refs:textureParameteriv (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp198 ASSIGN("glTextureParameteriv", textureParameteriv); in initProcsDesktopGL()
971 ASSIGN("glTextureParameterivEXT", textureParameteriv); in initProcsDesktopGL()
1901 ASSIGN("glTextureParameteriv", textureParameteriv); in initProcsDesktopGL()
2986 textureParameteriv = &glTextureParameterivNULL; in initProcsDesktopGLNULL()
3758 textureParameteriv = &glTextureParameterivNULL; in initProcsDesktopGLNULL()
4687 textureParameteriv = &glTextureParameterivNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h708 PFNGLTEXTUREPARAMETERIVPROC textureParameteriv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp6507 gl.textureParameteriv(texture, name, value_src); in iterate()
6549 gl.textureParameteriv(texture, name, &value_src); in iterate()
12494 gl.textureParameteriv(m_to_2D, m_pname_invalid, &one); in Testiv()
12504 gl.textureParameteriv(m_to_2D, GL_DEPTH_STENCIL_TEXTURE_MODE, &depth_stencil_mode_invalid); in Testiv()
12515 gl.textureParameteriv(m_to_2D_ms, GL_TEXTURE_LOD_BIAS, &one); in Testiv()
12527 gl.textureParameteriv(m_to_rectangle, GL_TEXTURE_WRAP_S, &wrap_invalid); in Testiv()
12539 gl.textureParameteriv(m_to_rectangle, GL_TEXTURE_MIN_FILTER, &min_filter_invalid); in Testiv()
12551 gl.textureParameteriv(m_to_2D_ms, GL_TEXTURE_BASE_LEVEL, &one); in Testiv()
12562 gl.textureParameteriv(m_to_invalid, GL_TEXTURE_LOD_BIAS, &one); in Testiv()
12572 gl.textureParameteriv(m_to_rectangle, GL_TEXTURE_BASE_LEVEL, &one); in Testiv()
[all …]
Dgl4cTextureFilterMinmaxTests.cpp615 gl.textureParameteriv(texture->getGLTexture(), GL_TEXTURE_REDUCTION_MODE_ARB, &pname); in testReductionModeQueries()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h315 void textureParameteriv(TextureID texturePacked, GLenum pname, const GLint *param); \
DContext_gl.cpp3539 void Context::textureParameteriv(TextureID texture, GLenum pname, const GLint *param) in textureParameteriv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl717 glTextureParameterivFunc textureParameteriv; variable
DglwInitGL45.inl494 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
DglwInitGL46.inl498 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
DglwInitExtGL.inl685 gl->textureParameteriv = (glTextureParameterivFunc) loader->get("glTextureParameteriv");
DglwImpl.inl5700 gl->textureParameteriv(texture, pname, param);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl717 gl->textureParameteriv = glTextureParameteriv;
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h228 …virtual GrGLvoid textureParameteriv(GrGLuint texture, GrGLenum target, GrGLenum pname, const GrGLi… in textureParameteriv() function
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp8738 context->textureParameteriv(texturePacked, pname, param); in GL_TextureParameteriv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5223 m_gl.textureParameteriv(texture, pname, param);