Searched refs:createSamplers (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessSamplersTests.cpp | 99 gl.createSamplers(samplers_count, samplers_dsa); in iterate() 244 gl.createSamplers(1, &m_sampler_dsa); in prepare() 407 gl.createSamplers(-1, &sampler_dsa); in iterate() 796 gl.createSamplers(1, &m_so); in prepareSampler()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 321 vector<SharedPtrVkSampler> createSamplers (const DeviceInterface& vkd, 403 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance() 471 vector<SharedPtrVkSampler> ExternalDependencyTestInstance::createSamplers (const DeviceInterface& v… in createSamplers() function in vkt::__anon104c10a40111::ExternalDependencyTestInstance
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 134 glCreateSamplersFunc createSamplers; variable
|
D | glwInitGL45.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitGL46.inl | 102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwInitExtGL.inl | 629 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
|
D | glwImpl.inl | 1036 gl->createSamplers(n, samplers);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 134 gl->createSamplers = glCreateSamplers;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 1028 gl->createSamplers(1, &id); in createSampler()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 922 m_gl.createSamplers(n, samplers);
|