Home
last modified time | relevance | path

Searched refs:createSamplers (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessSamplersTests.cpp99 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/
DvktRenderPassSubpassDependencyTests.cpp321 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/
DglwFunctions.inl134 glCreateSamplersFunc createSamplers; variable
DglwInitGL45.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitGL46.inl102 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwInitExtGL.inl629 gl->createSamplers = (glCreateSamplersFunc) loader->get("glCreateSamplers");
DglwImpl.inl1036 gl->createSamplers(n, samplers);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl134 gl->createSamplers = glCreateSamplers;
/external/deqp/external/openglcts/modules/common/
DglcKHRDebugTests.cpp1028 gl->createSamplers(1, &id); in createSampler()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl922 m_gl.createSamplers(n, samplers);