| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Context.cpp | 1101 void Context::deleteSampler(GLuint sampler) in deleteSampler() argument 1294 bool Context::bindSampler(GLuint unit, GLuint sampler) in bindSampler() argument 1739 getSamplerTexture(unsigned int sampler, TextureType type) const getSamplerTexture() argument 1760 samplerParameteri(GLuint sampler, GLenum pname, GLint param) samplerParameteri() argument 1783 samplerParameterf(GLuint sampler, GLenum pname, GLfloat param) samplerParameterf() argument 1806 getSamplerParameteri(GLuint sampler, GLenum pname) getSamplerParameteri() argument 1829 getSamplerParameterf(GLuint sampler, GLenum pname) getSamplerParameterf() argument 3236 int sampler = (type == sw::SAMPLER_PIXEL) ? index : 16 + index; applyTexture() local 3971 detachSampler(GLuint sampler) detachSampler() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | libVulkan.cpp | 2210 VKAPI_ATTR void VKAPI_CALL vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator) in vkDestroySampler() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderTextureFunctionTests.cpp | 211 tcu::Sampler sampler; member 1629 createEmptyTexture(deUint32 format, TextureType type, const tcu::IVec3& textureSize, int numLevels, int lodBase, const tcu::Sampler& sampler) createEmptyTexture() argument [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | trampoline.c | 1758 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkDestroySampler(VkDevice device, VkSampler sampler, in vkDestroySampler() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ParseContext.cpp | 6515 const TIntermTyped *sampler = arguments->front()->getAsTyped(); in checkTextureGather() local
|
| /test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
| H A D | gles3ndk.cpp | 546 GLuint sampler = INT_INIT_VAL; in GLBindSampler() local 1299 GLuint sampler = INT_INIT_VAL; in GLDeleteSamplers() local 2075 GLuint sampler = INT_INIT_VAL; in GLGenSamplers() local 2711 GLuint sampler = INT_INIT_VAL; GLGetSamplerParameterfv() local 2724 GLuint sampler = INT_INIT_VAL; GLGetSamplerParameterIiv() local 2738 GLuint sampler = INT_INIT_VAL; GLGetSamplerParameterIuiv() local 2750 GLuint sampler = INT_INIT_VAL; GLGetSamplerParameteriv() local 3318 GLuint sampler = INT_INIT_VAL; GLIsSampler() local 4238 GLuint sampler = INT_INIT_VAL; GLSamplerParameterf() local 4251 GLuint sampler = INT_INIT_VAL; GLSamplerParameterfv() local 4265 GLuint sampler = INT_INIT_VAL; GLSamplerParameteri() local 4278 GLuint sampler = INT_INIT_VAL; GLSamplerParameterIiv() local 4293 GLuint sampler = INT_INIT_VAL; GLSamplerParameterIuiv() local 4308 GLuint sampler = INT_INIT_VAL; GLSamplerParameteriv() local [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 724 const TSampler& sampler = base->getType().getSampler(); in handleBracketOperator() local 940 const TSampler& sampler = base->getType().getSampler(); in handleDotDereference() local 4014 const TSampler &sampler = argSamp->getType().getSampler(); decomposeSampleMethods() local 4054 const TSampler& sampler = arg0->getType().getSampler(); decomposeSampleMethods() local 4093 const TSampler& sampler = argTex->getType().getSampler(); decomposeSampleMethods() local 4132 const TSampler& sampler = argTex->getType().getSampler(); decomposeSampleMethods() local 4171 const TSampler& sampler = texType.getSampler(); decomposeSampleMethods() local 4372 const TSampler& sampler = argTex->getType().getSampler(); decomposeSampleMethods() local 4443 const TSampler& sampler = argTex->getType().getSampler(); decomposeSampleMethods() local 4734 const TSampler& sampler = argSubpass->getType().getSampler(); decomposeSampleMethods() local 6822 computeSamplerTypeIndex(TSampler& sampler) computeSamplerTypeIndex() argument 9704 setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc) setTextureReturnType() argument 9791 getTextureReturnType(const TSampler& sampler, TType& retType) const getTextureReturnType() argument 10224 TSampler& sampler = (*symbol)->getWritableType().getSampler(); fixTextureShadowModes() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 8696 struct tgsi_full_src_register offset_src, sampler, re in emit_tg4() local [all...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_private.h | 1768 uint32_t sampler; member 1931 struct anv_sampler *sampler; member [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | nir_to_dxil.c | 3863 const struct dxil_value *sampler; member [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 3394 sampler::Sampler* sampler = logger_->sampler(); in ThrowInternal() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 3878 const tcu::Sampler& sampler; in floatNearestBlitCompare() member 3940 const tcu::Sampler& sampler; in intNearestBlitCompare() member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | FrameCapture.cpp | 3080 gl::Sampler *sampler = samplerIter.second; in CaptureShareGroupMidExecutionSetup() local [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_funcs.hpp | 3251 VULKAN_HPP_NAMESPACE::Sampler sampler; in createSampler() local 3269 VULKAN_HPP_NAMESPACE::Sampler sampler; in createSamplerUnique() local [all...] |
| H A D | vulkan_raii.hpp | 12731 VULKAN_HPP_NAMESPACE::Sampler sampler; variable 10236 Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSampler sampler, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Sampler() argument [all...] |
| H A D | vulkan_structs.hpp | 24028 VULKAN_HPP_NAMESPACE::Sampler sampler = {}; member 46072 , sampler( sampler_ ) sampler() function 46168 VULKAN_HPP_NAMESPACE::Sampler sampler = {}; global() member [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | null_functions.cpp | 85 void INTERNAL_GL_APIENTRY glBindSamplerNULL(GLuint unit, GLuint sampler) {} in glBindSamplerNULL() argument 1290 void INTERNAL_GL_APIENTRY glGetSamplerParameterIivNULL(GLuint sampler, GLenum pname, GLint *params) in glGetSamplerParameterIivNULL() argument 1293 void INTERNAL_GL_APIENTRY glGetSamplerParameterIuivNULL(GLuint sampler, in glGetSamplerParameterIuivNULL() argument 1298 void INTERNAL_GL_APIENTRY glGetSamplerParameterfvNULL(GLuint sampler, GLenum pname, GLfloat *params) in glGetSamplerParameterfvNULL() argument 1301 void INTERNAL_GL_APIENTRY glGetSamplerParameterivNULL(GLuint sampler, GLenum pname, GLint *params) in glGetSamplerParameterivNULL() argument 1685 GLboolean INTERNAL_GL_APIENTRY glIsSamplerNULL(GLuint sampler) in glIsSamplerNULL() argument 2287 void INTERNAL_GL_APIENTRY glSamplerParameterIivNULL(GLuint sampler, in glSamplerParameterIivNULL() argument 2292 void INTERNAL_GL_APIENTRY glSamplerParameterIuivNULL(GLuint sampler, in glSamplerParameterIuivNULL() argument 2297 void INTERNAL_GL_APIENTRY glSamplerParameterfNULL(GLuint sampler, GLenum pname, GLfloat param) {} in glSamplerParameterfNULL() argument 2299 void INTERNAL_GL_APIENTRY glSamplerParameterfvNULL(GLuint sampler, in glSamplerParameterfvNULL() argument 2304 glSamplerParameteriNULL(GLuint sampler, GLenum pname, GLint param) glSamplerParameteriNULL() argument 2306 glSamplerParameterivNULL(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterivNULL() argument [all...] |
| /third_party/glslang/glslang/Include/ |
| H A D | intermediate.h | 1445 void crackTexture(TSampler sampler, TCrackedTextureOp& cracked) const in crackTexture() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 8972 save_BindSampler(GLuint unit, GLuint sampler) in save_BindSampler() argument 8988 save_SamplerParameteriv(GLuint sampler, GLenum pname, const GLint *params) in save_SamplerParameteriv() argument 9013 save_SamplerParameteri(GLuint sampler, GLenum pname, GLint param) in save_SamplerParameteri() argument 9022 save_SamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *params) in save_SamplerParameterfv() argument 9047 save_SamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) save_SamplerParameterf() argument 9056 save_SamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *params) save_SamplerParameterIiv() argument 9081 save_SamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint *params) save_SamplerParameterIuiv() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.cpp | 1507 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) const in getSamplerTexture() argument 3025 void Context::detachSampler(SamplerID sampler) in detachSampler() argument 3041 void Context::samplerParameteri(SamplerID sampler, GLenum pname, GLint param) in samplerParameteri() argument 3048 void Context::samplerParameteriv(SamplerID sampler, GLenu argument 3055 samplerParameterIiv(SamplerID sampler, GLenum pname, const GLint *param) samplerParameterIiv() argument 3062 samplerParameterIuiv(SamplerID sampler, GLenum pname, const GLuint *param) samplerParameterIuiv() argument 3069 samplerParameterivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLint *param) samplerParameterivRobust() argument 3077 samplerParameterIivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLint *param) samplerParameterIivRobust() argument 3085 samplerParameterIuivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLuint *param) samplerParameterIuivRobust() argument 3093 samplerParameterf(SamplerID sampler, GLenum pname, GLfloat param) samplerParameterf() argument 3100 samplerParameterfv(SamplerID sampler, GLenum pname, const GLfloat *param) samplerParameterfv() argument 3107 samplerParameterfvRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, const GLfloat *param) samplerParameterfvRobust() argument 3115 getSamplerParameteriv(SamplerID sampler, GLenum pname, GLint *params) getSamplerParameteriv() argument 3122 getSamplerParameterIiv(SamplerID sampler, GLenum pname, GLint *params) getSamplerParameterIiv() argument 3129 getSamplerParameterIuiv(SamplerID sampler, GLenum pname, GLuint *params) getSamplerParameterIuiv() argument 3136 getSamplerParameterivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) getSamplerParameterivRobust() argument 3145 getSamplerParameterIivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) getSamplerParameterIivRobust() argument 3154 getSamplerParameterIuivRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLuint *params) getSamplerParameterIuivRobust() argument 3163 getSamplerParameterfv(SamplerID sampler, GLenum pname, GLfloat *params) getSamplerParameterfv() argument 3170 getSamplerParameterfvRobust(SamplerID sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLfloat *params) getSamplerParameterfvRobust() argument 7882 SamplerID sampler = samplers[i]; deleteSamplers() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | libGL_autogen.cpp | 3735 void GL_APIENTRY glBindSampler(GLuint unit, GLuint sampler) in glBindSampler() argument 3785 void GL_APIENTRY glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint *params) in glGetSamplerParameterIiv() argument 3790 void GL_APIENTRY glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint *params) in glGetSamplerParameterIuiv() argument 3795 void GL_APIENTRY glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat *params) in glGetSamplerParameterfv() argument 3800 void GL_APIENTRY glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params) in glGetSamplerParameteriv() argument 3805 glIsSampler(GLuint sampler) glIsSampler() argument 3865 glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterIiv() argument 3870 glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint *param) glSamplerParameterIuiv() argument 3875 glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) glSamplerParameterf() argument 3880 glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *param) glSamplerParameterfv() argument 3885 glSamplerParameteri(GLuint sampler, GLenum pname, GLint param) glSamplerParameteri() argument 3890 glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameteriv() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | libGLESv2_autogen.cpp | 871 void GL_APIENTRY glBindSampler(GLuint unit, GLuint sampler) in glBindSampler() argument 1168 void GL_APIENTRY glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat *params) in glGetSamplerParameterfv() argument 1173 void GL_APIENTRY glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint *params) in glGetSamplerParameteriv() argument 1251 GLboolean GL_APIENTRY glIsSampler(GLuint sampler) in glIsSampler() argument 1316 void GL_APIENTRY glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param) in glSamplerParameterf() argument 1321 glSamplerParameterfv(GLuint sampler, GLenum pname, const GLfloat *param) glSamplerParameterfv() argument 1326 glSamplerParameteri(GLuint sampler, GLenum pname, GLint param) glSamplerParameteri() argument 1331 glSamplerParameteriv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameteriv() argument 2150 glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint *params) glGetSamplerParameterIiv() argument 2155 glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint *params) glGetSamplerParameterIuiv() argument 2244 glSamplerParameterIiv(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterIiv() argument 2249 glSamplerParameterIuiv(GLuint sampler, GLenum pname, const GLuint *param) glSamplerParameterIuiv() argument 3429 glSamplerParameterivRobustANGLE(GLuint sampler, GLuint pname, GLsizei bufSize, const GLint *param) glSamplerParameterivRobustANGLE() argument 3437 glSamplerParameterfvRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, const GLfloat *param) glSamplerParameterfvRobustANGLE() argument 3445 glGetSamplerParameterivRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) glGetSamplerParameterivRobustANGLE() argument 3454 glGetSamplerParameterfvRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLfloat *params) glGetSamplerParameterfvRobustANGLE() argument 3606 glSamplerParameterIivRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, const GLint *param) glSamplerParameterIivRobustANGLE() argument 3614 glSamplerParameterIuivRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, const GLuint *param) glSamplerParameterIuivRobustANGLE() argument 3622 glGetSamplerParameterIivRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) glGetSamplerParameterIivRobustANGLE() argument 3631 glGetSamplerParameterIuivRobustANGLE(GLuint sampler, GLenum pname, GLsizei bufSize, GLsizei *length, GLuint *params) glGetSamplerParameterIuivRobustANGLE() argument 4735 glGetSamplerParameterIivEXT(GLuint sampler, GLenum pname, GLint *params) glGetSamplerParameterIivEXT() argument 4740 glGetSamplerParameterIuivEXT(GLuint sampler, GLenum pname, GLuint *params) glGetSamplerParameterIuivEXT() argument 4755 glSamplerParameterIivEXT(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterIivEXT() argument 4760 glSamplerParameterIuivEXT(GLuint sampler, GLenum pname, const GLuint *param) glSamplerParameterIuivEXT() argument 5464 glGetSamplerParameterIivOES(GLuint sampler, GLenum pname, GLint *params) glGetSamplerParameterIivOES() argument 5469 glGetSamplerParameterIuivOES(GLuint sampler, GLenum pname, GLuint *params) glGetSamplerParameterIuivOES() argument 5484 glSamplerParameterIivOES(GLuint sampler, GLenum pname, const GLint *param) glSamplerParameterIivOES() argument 5489 glSamplerParameterIuivOES(GLuint sampler, GLenum pname, const GLuint *param) glSamplerParameterIuivOES() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_raii.hpp | 7892 Sampler( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkSampler sampler, VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullptr ) Sampler() argument
|
| H A D | vulkan_structs.hpp | 16999 VULKAN_HPP_NAMESPACE::Sampler sampler = {}; member 32407 , sampler( sampler_ ) sampler() function 32482 VULKAN_HPP_NAMESPACE::Sampler sampler = {}; global() member [all...] |
| /third_party/glfw/deps/glad/ |
| H A D | vulkan.h | 2080 VkSampler sampler; member
|