/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 235 dst->samplerParameterf = src.samplerParameterf;
|
gluCallLogWrapper.inl | [all...] |
/external/deqp/modules/glshared/ |
glsSamplerObjectTest.cpp | 113 gl.samplerParameterf(sampler, GL_TEXTURE_MAX_LOD, state.maxLod); 115 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod); 625 gl.samplerParameterf(sampler, GL_TEXTURE_MAX_LOD, state.maxLod); 627 gl.samplerParameterf(sampler, GL_TEXTURE_MIN_LOD, state.minLod); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 174 gl->samplerParameterf = &glSamplerParameterf;
|
glwInitES31Direct.inl | 235 gl->samplerParameterf = &glSamplerParameterf;
|
glwFunctions.inl | 455 glSamplerParameterfFunc samplerParameterf; [all...] |
glwInitES30.inl | 174 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
glwInitES32Direct.inl | 274 gl->samplerParameterf = &glSamplerParameterf;
|
glwInitES31.inl | 235 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
glwInitES32.inl | 274 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf"); [all...] |
glwInitGL33.inl | 216 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf");
|
glwInitGL40.inl | 244 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf"); [all...] |
glwInitGL41.inl | 314 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf"); [all...] |
glwInitGL42.inl | 323 gl->samplerParameterf = (glSamplerParameterfFunc) loader->get("glSamplerParameterf"); [all...] |
glwInitGL43.inl | [all...] |
glwInitGL44.inl | [all...] |
glwInitGL45.inl | [all...] |
glwImpl.inl | [all...] |
/external/swiftshader/src/OpenGL/libGLESv2/ |
Context.h | 654 void samplerParameterf(GLuint sampler, GLenum pname, GLfloat param);
|
Context.cpp | [all...] |
libGLESv3.cpp | [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 455 gl->samplerParameterf = glSamplerParameterf; [all...] |