/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 174 { "glSamplerParameterf", (deFunctionPtr)glSamplerParameterf },
|
/external/deqp/modules/glshared/ |
D | glsTextureStateQueryTests.cpp | 1819 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)wrapValues[ndx]); in test() 1903 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)values[ndx]); in test() 1979 gl.glSamplerParameterf(m_target, m_pname, ref); in test() 2062 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)modes[ndx]); in test() 2133 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)compareFuncs[ndx]); in test() 2163 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)GL_CLAMP_TO_BORDER_EXT); in test() 2204 gl.glSamplerParameterf(m_target, m_pname, GL_SKIP_DECODE_EXT); in test()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 174 gl->samplerParameterf = &glSamplerParameterf;
|
D | glwInitES31Direct.inl | 235 gl->samplerParameterf = &glSamplerParameterf;
|
D | glwInitES30.inl | 174 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitES31.inl | 235 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL33.inl | 216 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL40.inl | 244 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL41.inl | 314 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL42.inl | 323 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL44.inl | 366 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL43.inl | 357 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwInitGL45.inl | 448 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
D | glwApi.inl | 455 #define glSamplerParameterf glwSamplerParameterf macro
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 279 void glSamplerParameterf (deUint32 sampler, deUint32 pname, float param);
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeShaderApiTests.cpp | 591 glSamplerParameterf (-1, GL_TEXTURE_MIN_LOD, -1000.0f); in init() 596 glSamplerParameterf (sampler, GL_TEXTURE_WRAP_S, -1.0f); in init()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 455 gl->samplerParameterf = glSamplerParameterf;
|
D | tcuNullRenderContextFuncs.inl | 3679 GLW_APICALL void GLW_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param) function
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 413 "glSamplerParameterf",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 249 o glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderApiTests.cpp | 620 ctx.glSamplerParameterf (-1, GL_TEXTURE_MIN_LOD, -1000.0f); in sampler_parameterf() 625 ctx.glSamplerParameterf (sampler, GL_TEXTURE_WRAP_S, -1.0f); in sampler_parameterf()
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1565 #define glSamplerParameterf MANGLE(SamplerParameterf) macro
|
D | glext.h | 7938 GLAPI void APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 455 void glSamplerParameterf (glw::GLuint sampler, glw::GLenum pname, glw::GLfloat param);
|
D | gluCallLogWrapper.inl | 3376 void CallLogWrapper::glSamplerParameterf (glw::GLuint sampler, glw::GLenum pname, glw::GLfloat para… function in CallLogWrapper 3379 …m_log << TestLog::Message << "glSamplerParameterf(" << sampler << ", " << getTextureParameterStr(p…
|