Searched defs:nx (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | consistency_tools.py | 13 import networkx as nx namespace
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() 1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES()
|
D | gl_enc.cpp | 837 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() 3364 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() 6148 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 1529 void GLEScmContext::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) { in normal3f()
|
D | GLEScmImp.cpp | 1694 GL_API void GL_APIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz) { in glNormal3f() 1700 GL_API void GL_APIENTRY glNormal3x( GLfixed nx, GLfixed ny, GLfixed nz) { in glNormal3x()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7952 int nx; member 8043 int nx, // i : x size in wav2Encode() 8152 int nx, // i : x size in wav2Decode()
|