Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:deleteSampler
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H
A
D
ResourceManager.cpp
64
deleteSampler
(mSamplerNameSpace.firstName());
in ~ResourceManager()
219
void ResourceManager::
deleteSampler
(GLuint sampler)
in deleteSampler()
function in es2::ResourceManager
H
A
D
ResourceManager.h
73
void
deleteSampler
(GLuint sampler);
H
A
D
Context.h
531
void
deleteSampler
(GLuint sampler);
H
A
D
Context.cpp
1101
void Context::
deleteSampler
(GLuint sampler)
in deleteSampler()
function in es2::Context
1105
mResourceManager->
deleteSampler
(sampler);
in deleteSampler()
H
A
D
libGLESv3.cpp
3133
context->
deleteSampler
(samplers[i]);
in DeleteSamplers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
SamplerGL.cpp
82
mStateManager->
deleteSampler
(mSamplerID);
in ~SamplerGL()
H
A
D
StateManagerGL.h
160
void
deleteSampler
(GLuint sampler);
H
A
D
StateManagerGL.cpp
274
void StateManagerGL::
deleteSampler
(GLuint sampler)
in deleteSampler()
function in rx::StateManagerGL
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcKHRDebugTests.hpp
216
static glw::GLvoid
deleteSampler
(const glw::Functions* gl, glw::GLuint id);
H
A
D
glcKHRDebugTests.cpp
691
{ GL_SAMPLER, createSampler,
deleteSampler
, "Sampler" },
in iterate()
1203
GLvoid LabelsTest::
deleteSampler
(const Functions* gl, GLuint id)
in deleteSampler()
function in glcts::KHRDebug::LabelsTest
Completed in 22 milliseconds