OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTextureTarget
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp
91
description.mTexture.
getTextureTarget
() == GL_TEXTURE_EXTERNAL_OES ? Key::TEXTURE_EXT :
92
description.mTexture.
getTextureTarget
() == GL_TEXTURE_2D ? Key::TEXTURE_2D :
125
if (needs.
getTextureTarget
() == Key::TEXTURE_EXT) {
132
if (needs.
getTextureTarget
() == Key::TEXTURE_EXT) {
135
} else if (needs.
getTextureTarget
() == Key::TEXTURE_2D) {
138
} else if (needs.
getTextureTarget
() == Key::TEXTURE_OFF) {
Texture.cpp
59
uint32_t Texture::
getTextureTarget
() const {
Texture.h
47
uint32_t
getTextureTarget
() const;
ProgramCache.h
85
inline int
getTextureTarget
() const {
GLES11RenderEngine.cpp
152
GLuint target = texture.
getTextureTarget
();
GLES20RenderEngine.cpp
123
GLuint target = texture.
getTextureTarget
();
/external/chromium_org/third_party/angle/src/libEGL/
Surface.h
61
virtual EGLenum
getTextureTarget
() const;
Surface.cpp
398
EGLenum Surface::
getTextureTarget
() const
/frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java
344
private String
getTextureTarget
(int target) {
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
189
EGLint
getTextureTarget
() { return texTarget; }
737
*value = surface->
getTextureTarget
();
[
all
...]
Completed in 3460 milliseconds